#582DE0

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

Shades of Han Purple #582DE0

Tints of Han Purple #582DE0

Color information

#582DE0 (or 0x582DE0) is unknown color: approx Han Purple. HEX triplet: 58, 2D and E0. RGB value is (88,45,224). Sum of RGB (Red+Green+Blue) = 88+45+224=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #582DE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DE0 is #A7D21F. Grayscale: #4D4D4D. Windows color (decimal): -10998304 or 14691672. OLE color: 14691672.

HSL color Cylindrical-coordinate representation of color #582DE0: hue angle of 254.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582DE0 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8845224-
CMYK0.610.8000.12
HSL254.41º74.27%52.75%-
HSV(B)254.41º79.91%87.84%-
XYZ18.429.3371.35-
YUV78.26210.25134.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.65%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 224 (87.89% from 255) = 62.75%
R=24.65%
G=12.61%
B=62.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal88452240.610.8000.12254.4174.2752.75
Hex582DE03D500Cfe4a35
Octal130553407512001437611265
Binary101100010110111100000111101101000001100111111101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,224); }

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

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

 a { background-color: rgb(88,45,224); }

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

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

 span { border-color: rgb(88,45,224); }

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