#582AEC

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

Shades of Han Purple #582AEC

Tints of Han Purple #582AEC

Color information

#582AEC (or 0x582AEC) is unknown color: approx Han Purple. HEX triplet: 58, 2A and EC. RGB value is (88,42,236). Sum of RGB (Red+Green+Blue) = 88+42+236=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #582AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582AEC is #A7D513. Grayscale: #4D4D4D. Windows color (decimal): -10999060 or 15477336. OLE color: 15477336.

HSL color Cylindrical-coordinate representation of color #582AEC: hue angle of 254.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582AEC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8842236-
CMYK0.630.8200.07
HSL254.23º83.62%54.51%-
HSV(B)254.23º82.2%92.55%-
XYZ19.999.7980.19-
YUV77.87217.24135.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.04%
GREEN value IS 42 (16.80% from 255) = 11.48%
BLUE value IS 236 (92.58% from 255) = 64.48%
R=24.04%
G=11.48%
B=64.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal88422360.630.8200.07254.2383.6254.51
Hex582AEC3F5207fe5437
Octal13052354771220737612467
Binary10110001010101110110011111110100100111111111101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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