Html Css Color HEX #581B60 Hot Purple

📋 copy color: '#581B60'

red 88 ◦ green 27 ◦ blue 96

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

Shades of Hot Purple #581B60

Tints of Hot Purple #581B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

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

R = 41.71%
G = 12.8%
B = 45.5%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581B60 (or 0x581B60) is known color: Hot Purple. HEX triplet: 58, 1B and 60. RGB value is (88,27,96). Sum of RGB (Red+Green+Blue) = 88+27+96=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #581B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581B60 is #A7E49F. Grayscale: #343434. Windows color (decimal): -11003040 or 6298456. OLE color: 6298456.

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

Color convert

RGB 88 27 96 -
CMYK 0.08 0.72 0 0.62
HSL 293.04º 0.56% 0.24% -
HSV(B) 293.04º 0.72% 0.38% -
XYZ 6.53 3.7 11.44 -
YUV 53.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 88 27 96 0.08 0.72 0 0.62 293.04 0.56 0.24
Hex 58 1B 60 8 48 0 3E 125 38 18
Octal 130 33 140 10 110 0 76 445 70 30
Binary 1011000 11011 1100000 1000 1001000 0 111110 100100101 111000 11000

Color Harmonies of #581B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B60

Black with #581B60

Text Example


Text Example

White with #581B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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