#582F61

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

Shades of Hot Purple #582F61

Tints of Hot Purple #582F61

Color information

#582F61 (or 0x582F61) is unknown color: approx Hot Purple. HEX triplet: 58, 2F and 61. RGB value is (88,47,97). Sum of RGB (Red+Green+Blue) = 88+47+97=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #582F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F61 is #A7D09E. Grayscale: #404040. Windows color (decimal): -10997919 or 6369112. OLE color: 6369112.

HSL color Cylindrical-coordinate representation of color #582F61: hue angle of 289.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582F61 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB884797-
CMYK0.090.5200.62
HSL289.2º34.72%28.24%-
HSV(B)289.2º51.55%38.04%-
XYZ7.24.9711.89-
YUV64.96146.08144.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=37.93%
G=20.26%
B=41.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8847970.090.5200.62289.234.7228.24
Hex582F6193403E121231c
Octal1305714111640764414334
Binary101100010111111000011001110100011111010010000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F61; }

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

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

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

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

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

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

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

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