#582961

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

Shades of Hot Purple #582961

Tints of Hot Purple #582961

Color information

#582961 (or 0x582961) is unknown color: approx Hot Purple. HEX triplet: 58, 29 and 61. RGB value is (88,41,97). Sum of RGB (Red+Green+Blue) = 88+41+97=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #582961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582961 is #A7D69E. Grayscale: #3D3D3D. Windows color (decimal): -10999455 or 6367576. OLE color: 6367576.

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

Color convert

RGB884197-
CMYK0.090.5800.62
HSL290.36º40.58%27.06%-
HSV(B)290.36º57.73%38.04%-
XYZ6.984.5211.81-
YUV61.44148.07146.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=38.94%
G=18.14%
B=42.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8841970.090.5800.62290.3640.5827.06
Hex58296193A03E122291b
Octal1305114111720764425133
Binary101100010100111000011001111010011111010010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582961; }

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

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

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

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

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

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

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

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