Html Css Color HEX #581C59 Hot Purple

📋 copy color: '#581C59'

red 88 ◦ green 28 ◦ blue 89

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

Shades of Hot Purple #581C59

Tints of Hot Purple #581C59

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 42.93%
G = 13.66%
B = 43.41%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#581C59 (or 0x581C59) is known color: Hot Purple. HEX triplet: 58, 1C and 59. RGB value is (88,28,89). Sum of RGB (Red+Green+Blue) = 88+28+89=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #581C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C59 is #A7E3A6. Grayscale: #343434. Windows color (decimal): -11002791 or 5839960. OLE color: 5839960.

HSL color Cylindrical-coordinate representation of color #581C59: hue angle of 299.02º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581C59 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 28 89 -
CMYK 0.01 0.69 0 0.65
HSL 299.02º 0.52% 0.23% -
HSV(B) 299.02º 0.69% 0.35% -
XYZ 6.24 3.63 9.82 -
YUV 52.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 88 28 89 0.01 0.69 0 0.65 299.02 0.52 0.23
Hex 58 1C 59 1 45 0 41 12B 34 17
Octal 130 34 131 1 105 0 101 453 64 27
Binary 1011000 11100 1011001 1 1000101 0 1000001 100101011 110100 10111

Color Harmonies of #581C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C59

Black with #581C59

Text Example


Text Example

White with #581C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,28,89); }

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

background-color css

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

 a { background-color: rgb(88,28,89); }

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

border-color css

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

 span { border-color: rgb(88,28,89); }

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