Html Css Color HEX #58125E Hot Purple

📋 copy color: '#58125E'

red 88 ◦ green 18 ◦ blue 94

#58125E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #58125E

Tints of Hot Purple #58125E

RGB

 RED value IS 88 (34.77% from 255) = 44%

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 94 (37.11% from 255) = 47%

R = 44%
G = 9%
B = 47%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.63

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58125E (or 0x58125E) is known color: Hot Purple. HEX triplet: 58, 12 and 5E. RGB value is (88,18,94). Sum of RGB (Red+Green+Blue) = 88+18+94=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #58125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58125E is #A7EDA1. Grayscale: #2F2F2F. Windows color (decimal): -11005346 or 6165080. OLE color: 6165080.

HSL color Cylindrical-coordinate representation of color #58125E: hue angle of 295.26º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58125E is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 18 94 -
CMYK 0.06 0.81 0 0.63
HSL 295.26º 0.68% 0.22% -
HSV(B) 295.26º 0.81% 0.37% -
XYZ 6.26 3.32 10.9 -
YUV 47.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 88 18 94 0.06 0.81 0 0.63 295.26 0.68 0.22
Hex 58 12 5E 6 51 0 3F 127 44 16
Octal 130 22 136 6 121 0 77 447 104 26
Binary 1011000 10010 1011110 110 1010001 0 111111 100100111 1000100 10110

Color Harmonies of #58125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58125E

Black with #58125E

Text Example


Text Example

White with #58125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58125E; }

 p { color: rgb(88,18,94); }

 H1.HeaderClassName
 {
   color: #58125E;
 }
 .AnyTagClassName
 {
   color: #58125E;
 }
</style>

background-color css

<style>
 a { background-color: #58125E; }

 a { background-color: rgb(88,18,94); }

 div.DivClassName
 {
   background-color: #58125E;
 }
 .BgClassName
 {
   background-color: #58125E;
 }
</style>

border-color css

<style>
 span { border-color: #58125E; }

 span { border-color: rgb(88,18,94); }

 td.TdClassName
 {
   border-color: #58125E;
 }
 .TagClassName
 {
   border-color: #58125E;
 }
</style>