Html Css Color HEX #4520EC Han Purple

📋 copy color: '#4520EC'

red 69 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #4520EC

Tints of Han Purple #4520EC

RGB

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

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

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

R = 20.47%
G = 9.5%
B = 70.03%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4520EC (or 0x4520EC) is known color: Han Purple. HEX triplet: 45, 20 and EC. RGB value is (69,32,236). Sum of RGB (Red+Green+Blue) = 69+32+236=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #4520EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4520EC is #BADF13. Grayscale: #414141. Windows color (decimal): -12246804 or 15474757. OLE color: 15474757.

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

Color convert

RGB 69 32 236 -
CMYK 0.71 0.86 0 0.07
HSL 250.88º 0.84% 0.53% -
HSV(B) 250.88º 0.86% 0.93% -
XYZ 18.11 8.35 80.01 -
YUV 66.32 223.76 129.91 -
System Red Green Blue C M Y K H S L
Decimal 69 32 236 0.71 0.86 0 0.07 250.88 0.84 0.53
Hex 45 20 EC 47 56 0 7 FB 54 35
Octal 105 40 354 107 126 0 7 373 124 65
Binary 1000101 100000 11101100 1000111 1010110 0 111 11111011 1010100 110101

Color Harmonies of #4520EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520EC

Black with #4520EC

Text Example


Text Example

White with #4520EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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