#581661

Color #581661 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #581661

Tints of Hot Purple #581661

Color information

#581661 (or 0x581661) is unknown color: approx Hot Purple. HEX triplet: 58, 16 and 61. RGB value is (88,22,97). Sum of RGB (Red+Green+Blue) = 88+22+97=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #581661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581661 is #A7E99E. Grayscale: #323232. Windows color (decimal): -11004319 or 6362712. OLE color: 6362712.

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

Color convert

RGB882297-
CMYK0.090.7700.62
HSL292.8º63.03%23.33%-
HSV(B)292.8º77.32%38.04%-
XYZ6.473.5111.65-
YUV50.28154.37154.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=42.51%
G=10.63%
B=46.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8822970.090.7700.62292.863.0323.33
Hex58166194D03E1253f17
Octal13026141111150764457727
Binary101100010110110000110011001101011111010010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581661; }

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

 H1.HeaderClassName
 {
   color: #581661;
 }
 .AnyTagClassName
 {
   color: #581661;
 }
</style>
background-color css

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

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

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

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

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

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