Html Css Color HEX #581F60 Hot Purple

📋 copy color: '#581F60'

red 88 ◦ green 31 ◦ blue 96

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

Shades of Hot Purple #581F60

Tints of Hot Purple #581F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 40.93%
G = 14.42%
B = 44.65%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581F60 (or 0x581F60) is known color: Hot Purple. HEX triplet: 58, 1F and 60. RGB value is (88,31,96). Sum of RGB (Red+Green+Blue) = 88+31+96=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #581F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F60 is #A7E09F. Grayscale: #373737. Windows color (decimal): -11002016 or 6299480. OLE color: 6299480.

HSL color Cylindrical-coordinate representation of color #581F60: hue angle of 292.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581F60 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 31 96 -
CMYK 0.08 0.68 0 0.62
HSL 292.62º 0.51% 0.25% -
HSV(B) 292.62º 0.68% 0.38% -
XYZ 6.63 3.9 11.47 -
YUV 55.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 88 31 96 0.08 0.68 0 0.62 292.62 0.51 0.25
Hex 58 1F 60 8 44 0 3E 125 33 19
Octal 130 37 140 10 104 0 76 445 63 31
Binary 1011000 11111 1100000 1000 1000100 0 111110 100100101 110011 11001

Color Harmonies of #581F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F60

Black with #581F60

Text Example


Text Example

White with #581F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581F60; }

 p { color: rgb(88,31,96); }

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

background-color css

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

 a { background-color: rgb(88,31,96); }

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

border-color css

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

 span { border-color: rgb(88,31,96); }

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