Html Css Color HEX #581961 Hot Purple

📋 copy color: '#581961'

red 88 ◦ green 25 ◦ blue 97

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

Shades of Hot Purple #581961

Tints of Hot Purple #581961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 41.9%
G = 11.9%
B = 46.19%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581961 (or 0x581961) is known color: Hot Purple. HEX triplet: 58, 19 and 61. RGB value is (88,25,97). Sum of RGB (Red+Green+Blue) = 88+25+97=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #581961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581961 is #A7E69E. Grayscale: #333333. Windows color (decimal): -11003551 or 6363480. OLE color: 6363480.

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

Color convert

RGB 88 25 97 -
CMYK 0.09 0.74 0 0.62
HSL 292.5º 0.59% 0.24% -
HSV(B) 292.5º 0.74% 0.38% -
XYZ 6.53 3.63 11.67 -
YUV 52.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 88 25 97 0.09 0.74 0 0.62 292.5 0.59 0.24
Hex 58 19 61 9 4A 0 3E 124 3B 18
Octal 130 31 141 11 112 0 76 444 73 30
Binary 1011000 11001 1100001 1001 1001010 0 111110 100100100 111011 11000

Color Harmonies of #581961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581961

Black with #581961

Text Example


Text Example

White with #581961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581961; }

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

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

background-color css

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

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

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

border-color css

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

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

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