Html Css Color HEX #582AE0 Han Purple

📋 copy color: '#582AE0'

red 88 ◦ green 42 ◦ blue 224

#582AE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #582AE0

Tints of Han Purple #582AE0

RGB

 RED value IS 88 (34.77% from 255) = 24.86%

 GREEN value IS 42 (16.8% from 255) = 11.86%

 BLUE value IS 224 (87.89% from 255) = 63.28%

R = 24.86%
G = 11.86%
B = 63.28%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#582AE0 (or 0x582AE0) is known color: Han Purple. HEX triplet: 58, 2A and E0. RGB value is (88,42,224). Sum of RGB (Red+Green+Blue) = 88+42+224=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #582AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582AE0 is #A7D51F. Grayscale: #4B4B4B. Windows color (decimal): -10999072 or 14690904. OLE color: 14690904.

HSL color Cylindrical-coordinate representation of color #582AE0: hue angle of 255.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582AE0 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 88 42 224 -
CMYK 0.61 0.81 0 0.12
HSL 255.16º 0.75% 0.52% -
HSV(B) 255.16º 0.81% 0.88% -
XYZ 18.31 9.11 71.32 -
YUV 76.5 211.24 136.2 -
System Red Green Blue C M Y K H S L
Decimal 88 42 224 0.61 0.81 0 0.12 255.16 0.75 0.52
Hex 58 2A E0 3D 51 0 C FF 4B 34
Octal 130 52 340 75 121 0 14 377 113 64
Binary 1011000 101010 11100000 111101 1010001 0 1100 11111111 1001011 110100

Color Harmonies of #582AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582AE0

Black with #582AE0

Text Example


Text Example

White with #582AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #582AE0;
 }
 .AnyTagClassName
 {
   color: #582AE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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