#582161

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

Shades of Hot Purple #582161

Tints of Hot Purple #582161

Color information

#582161 (or 0x582161) is unknown color: approx Hot Purple. HEX triplet: 58, 21 and 61. RGB value is (88,33,97). Sum of RGB (Red+Green+Blue) = 88+33+97=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #582161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582161 is #A7DE9E. Grayscale: #383838. Windows color (decimal): -11001503 or 6365528. OLE color: 6365528.

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

Color convert

RGB883397-
CMYK0.090.6600.62
HSL291.56º49.23%25.49%-
HSV(B)291.56º65.98%38.04%-
XYZ6.734.0311.73-
YUV56.74150.72150.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=40.37%
G=15.14%
B=44.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8833970.090.6600.62291.5649.2325.49
Hex58216194203E1243119
Octal13041141111020764446131
Binary1011000100001110000110011000010011111010010010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582161; }

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

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

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

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

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

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

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

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