#582660

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

Shades of Hot Purple #582660

Tints of Hot Purple #582660

Color information

#582660 (or 0x582660) is unknown color: approx Hot Purple. HEX triplet: 58, 26 and 60. RGB value is (88,38,96). Sum of RGB (Red+Green+Blue) = 88+38+96=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #582660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582660 is #A7D99F. Grayscale: #3B3B3B. Windows color (decimal): -11000224 or 6301272. OLE color: 6301272.

HSL color Cylindrical-coordinate representation of color #582660: hue angle of 291.72º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #582660 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB883896-
CMYK0.080.6000.62
HSL291.72º43.28%26.27%-
HSV(B)291.72º60.42%37.65%-
XYZ6.834.3111.54-
YUV59.56148.56148.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=39.64%
G=17.12%
B=43.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8838960.080.6000.62291.7243.2826.27
Hex58266083C03E1242b1a
Octal1304614010740764445332
Binary101100010011011000001000111100011111010010010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582660; }

 p { color: rgb(88,38,96); }

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

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

 a { background-color: rgb(88,38,96); }

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

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

 span { border-color: rgb(88,38,96); }

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