Html Css Color HEX #581162 Hot Purple

📋 copy color: '#581162'

red 88 ◦ green 17 ◦ blue 98

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

Shades of Hot Purple #581162

Tints of Hot Purple #581162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 43.35%
G = 8.37%
B = 48.28%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581162 (or 0x581162) is known color: Hot Purple. HEX triplet: 58, 11 and 62. RGB value is (88,17,98). Sum of RGB (Red+Green+Blue) = 88+17+98=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #581162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581162 is #A7EE9D. Grayscale: #2F2F2F. Windows color (decimal): -11005598 or 6426968. OLE color: 6426968.

HSL color Cylindrical-coordinate representation of color #581162: hue angle of 292.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #581162 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 17 98 -
CMYK 0.10 0.83 0 0.62
HSL 292.59º 0.7% 0.23% -
HSV(B) 292.59º 0.83% 0.38% -
XYZ 6.43 3.36 11.86 -
YUV 47.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 88 17 98 0.10 0.83 0 0.62 292.59 0.7 0.23
Hex 58 11 62 A 53 0 3E 125 46 17
Octal 130 21 142 12 123 0 76 445 106 27
Binary 1011000 10001 1100010 1010 1010011 0 111110 100100101 1000110 10111

Color Harmonies of #581162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581162

Black with #581162

Text Example


Text Example

White with #581162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581162; }

 p { color: rgb(88,17,98); }

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

background-color css

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

 a { background-color: rgb(88,17,98); }

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

border-color css

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

 span { border-color: rgb(88,17,98); }

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