Html Css Color HEX #4520EE Han Purple

📋 copy color: '#4520EE'

red 69 ◦ green 32 ◦ blue 238

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

Shades of Han Purple #4520EE

Tints of Han Purple #4520EE

RGB

 RED value IS 69 (27.34% from 255) = 20.35%

 GREEN value IS 32 (12.89% from 255) = 9.44%

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 20.35%
G = 9.44%
B = 70.21%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4520EE (or 0x4520EE) is known color: Han Purple. HEX triplet: 45, 20 and EE. RGB value is (69,32,238). Sum of RGB (Red+Green+Blue) = 69+32+238=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #4520EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520EE is #BADF11. Grayscale: #414141. Windows color (decimal): -12246802 or 15605829. OLE color: 15605829.

HSL color Cylindrical-coordinate representation of color #4520EE: hue angle of 250.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4520EE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 32 238 -
CMYK 0.71 0.87 0 0.07
HSL 250.78º 0.86% 0.53% -
HSV(B) 250.78º 0.87% 0.93% -
XYZ 18.4 8.47 81.55 -
YUV 66.55 224.76 129.75 -
System Red Green Blue C M Y K H S L
Decimal 69 32 238 0.71 0.87 0 0.07 250.78 0.86 0.53
Hex 45 20 EE 47 57 0 7 FB 56 35
Octal 105 40 356 107 127 0 7 373 126 65
Binary 1000101 100000 11101110 1000111 1010111 0 111 11111011 1010110 110101

Color Harmonies of #4520EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520EE

Black with #4520EE

Text Example


Text Example

White with #4520EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4520EE; }

 p { color: rgb(69,32,238); }

 H1.HeaderClassName
 {
   color: #4520EE;
 }
 .AnyTagClassName
 {
   color: #4520EE;
 }
</style>

background-color css

<style>
 a { background-color: #4520EE; }

 a { background-color: rgb(69,32,238); }

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

border-color css

<style>
 span { border-color: #4520EE; }

 span { border-color: rgb(69,32,238); }

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