Html Css Color HEX #592AEC Han Purple

📋 copy color: '#592AEC'

red 89 ◦ green 42 ◦ blue 236

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

Shades of Han Purple #592AEC

Tints of Han Purple #592AEC

RGB

 RED value IS 89 (35.16% from 255) = 24.25%

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

 BLUE value IS 236 (92.58% from 255) = 64.31%

R = 24.25%
G = 11.44%
B = 64.31%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#592AEC (or 0x592AEC) is known color: Han Purple. HEX triplet: 59, 2A and EC. RGB value is (89,42,236). Sum of RGB (Red+Green+Blue) = 89+42+236=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #592AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #592AEC is #A6D513. Grayscale: #4D4D4D. Windows color (decimal): -10933524 or 15477337. OLE color: 15477337.

HSL color Cylindrical-coordinate representation of color #592AEC: hue angle of 254.54º 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 #592AEC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 42 236 -
CMYK 0.62 0.82 0 0.07
HSL 254.54º 0.84% 0.55% -
HSV(B) 254.54º 0.82% 0.93% -
XYZ 20.09 9.84 80.2 -
YUV 78.17 217.07 135.73 -
System Red Green Blue C M Y K H S L
Decimal 89 42 236 0.62 0.82 0 0.07 254.54 0.84 0.55
Hex 59 2A EC 3E 52 0 7 FF 54 37
Octal 131 52 354 76 122 0 7 377 124 67
Binary 1011001 101010 11101100 111110 1010010 0 111 11111111 1010100 110111

Color Harmonies of #592AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592AEC

Black with #592AEC

Text Example


Text Example

White with #592AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #592AEC;
 }
 .AnyTagClassName
 {
   color: #592AEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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