#582760

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

Shades of Hot Purple #582760

Tints of Hot Purple #582760

Color information

#582760 (or 0x582760) is unknown color: approx Hot Purple. HEX triplet: 58, 27 and 60. RGB value is (88,39,96). Sum of RGB (Red+Green+Blue) = 88+39+96=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #582760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582760 is #A7D89F. Grayscale: #3B3B3B. Windows color (decimal): -10999968 or 6301528. OLE color: 6301528.

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

Color convert

RGB883996-
CMYK0.080.5900.62
HSL291.58º42.22%26.47%-
HSV(B)291.58º59.38%37.65%-
XYZ6.864.3711.55-
YUV60.15148.23147.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=39.46%
G=17.49%
B=43.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8839960.080.5900.62291.5842.2226.47
Hex58276083B03E1242a1a
Octal1304714010730764445232
Binary101100010011111000001000111011011111010010010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582760; }

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

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

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

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

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

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

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

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