Html Css Color HEX #581161 Hot Purple

📋 copy color: '#581161'

red 88 ◦ green 17 ◦ blue 97

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

Shades of Hot Purple #581161

Tints of Hot Purple #581161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

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

R = 43.56%
G = 8.42%
B = 48.02%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581161 (or 0x581161) is known color: Hot Purple. HEX triplet: 58, 11 and 61. RGB value is (88,17,97). Sum of RGB (Red+Green+Blue) = 88+17+97=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #581161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581161 is #A7EE9E. Grayscale: #2F2F2F. Windows color (decimal): -11005599 or 6361432. OLE color: 6361432.

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

Color convert

RGB 88 17 97 -
CMYK 0.09 0.82 0 0.62
HSL 293.25º 0.7% 0.22% -
HSV(B) 293.25º 0.82% 0.38% -
XYZ 6.38 3.34 11.62 -
YUV 47.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 88 17 97 0.09 0.82 0 0.62 293.25 0.7 0.22
Hex 58 11 61 9 52 0 3E 125 46 16
Octal 130 21 141 11 122 0 76 445 106 26
Binary 1011000 10001 1100001 1001 1010010 0 111110 100100101 1000110 10110

Color Harmonies of #581161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581161

Black with #581161

Text Example


Text Example

White with #581161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581161; }

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

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

background-color css

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

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

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

border-color css

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

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

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