Html Css Color HEX #581860 Hot Purple

📋 copy color: '#581860'

red 88 ◦ green 24 ◦ blue 96

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

Shades of Hot Purple #581860

Tints of Hot Purple #581860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 42.31%
G = 11.54%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581860 (or 0x581860) is known color: Hot Purple. HEX triplet: 58, 18 and 60. RGB value is (88,24,96). Sum of RGB (Red+Green+Blue) = 88+24+96=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #581860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581860 is #A7E79F. Grayscale: #333333. Windows color (decimal): -11003808 or 6297688. OLE color: 6297688.

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

Color convert

RGB 88 24 96 -
CMYK 0.08 0.75 0 0.62
HSL 293.33º 0.6% 0.24% -
HSV(B) 293.33º 0.75% 0.38% -
XYZ 6.46 3.57 11.42 -
YUV 51.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 88 24 96 0.08 0.75 0 0.62 293.33 0.6 0.24
Hex 58 18 60 8 4B 0 3E 125 3C 18
Octal 130 30 140 10 113 0 76 445 74 30
Binary 1011000 11000 1100000 1000 1001011 0 111110 100100101 111100 11000

Color Harmonies of #581860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581860

Black with #581860

Text Example


Text Example

White with #581860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581860; }

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

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

background-color css

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

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

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

border-color css

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

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

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