#582A5D

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

Shades of Hot Purple #582A5D

Tints of Hot Purple #582A5D

Color information

#582A5D (or 0x582A5D) is unknown color: approx Hot Purple. HEX triplet: 58, 2A and 5D. RGB value is (88,42,93). Sum of RGB (Red+Green+Blue) = 88+42+93=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #582A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A5D is #A7D5A2. Grayscale: #3D3D3D. Windows color (decimal): -10999203 or 6105688. OLE color: 6105688.

HSL color Cylindrical-coordinate representation of color #582A5D: hue angle of 294.12º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #582A5D is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB884293-
CMYK0.050.5500.64
HSL294.12º37.78%26.47%-
HSV(B)294.12º54.84%36.47%-
XYZ6.834.5210.87-
YUV61.57145.74146.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=39.46%
G=18.83%
B=41.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8842930.050.5500.64294.1237.7826.47
Hex582A5D537040126261a
Octal1305213556701004464632
Binary101100010101010111011011101110100000010010011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,42,93); }

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

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

 a { background-color: rgb(88,42,93); }

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

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

 span { border-color: rgb(88,42,93); }

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