Html Css Color HEX #581861 Hot Purple

📋 copy color: '#581861'

red 88 ◦ green 24 ◦ blue 97

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

Shades of Hot Purple #581861

Tints of Hot Purple #581861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.41%

R = 42.11%
G = 11.48%
B = 46.41%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581861 (or 0x581861) is known color: Hot Purple. HEX triplet: 58, 18 and 61. RGB value is (88,24,97). Sum of RGB (Red+Green+Blue) = 88+24+97=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #581861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581861 is #A7E79E. Grayscale: #333333. Windows color (decimal): -11003807 or 6363224. OLE color: 6363224.

HSL color Cylindrical-coordinate representation of color #581861: hue angle of 292.6º 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 #581861 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 24 97 -
CMYK 0.09 0.75 0 0.62
HSL 292.6º 0.6% 0.24% -
HSV(B) 292.6º 0.75% 0.38% -
XYZ 6.51 3.59 11.66 -
YUV 51.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 88 24 97 0.09 0.75 0 0.62 292.6 0.6 0.24
Hex 58 18 61 9 4B 0 3E 125 3C 18
Octal 130 30 141 11 113 0 76 445 74 30
Binary 1011000 11000 1100001 1001 1001011 0 111110 100100101 111100 11000

Color Harmonies of #581861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581861

Black with #581861

Text Example


Text Example

White with #581861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581861; }

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

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

background-color css

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

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

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

border-color css

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

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

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