Html Css Color HEX #4520D4 Han Purple

📋 copy color: '#4520D4'

red 69 ◦ green 32 ◦ blue 212

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

Shades of Han Purple #4520D4

Tints of Han Purple #4520D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 67.73%

R = 22.04%
G = 10.22%
B = 67.73%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4520D4 (or 0x4520D4) is known color: Han Purple. HEX triplet: 45, 20 and D4. RGB value is (69,32,212). Sum of RGB (Red+Green+Blue) = 69+32+212=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 212 (83.20% from 255 or 67.73% from 313); Max value from RGB is 212 - color contains mainly: blue. Hex color #4520D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520D4 is #BADF2B. Grayscale: #3E3E3E. Windows color (decimal): -12246828 or 13901893. OLE color: 13901893.

HSL color Cylindrical-coordinate representation of color #4520D4: hue angle of 252.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4520D4 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 69 32 212 -
CMYK 0.67 0.85 0 0.17
HSL 252.33º 0.74% 0.48% -
HSV(B) 252.33º 0.85% 0.83% -
XYZ 14.85 7.05 62.87 -
YUV 63.58 211.76 131.86 -
System Red Green Blue C M Y K H S L
Decimal 69 32 212 0.67 0.85 0 0.17 252.33 0.74 0.48
Hex 45 20 D4 43 55 0 11 FC 4A 30
Octal 105 40 324 103 125 0 21 374 112 60
Binary 1000101 100000 11010100 1000011 1010101 0 10001 11111100 1001010 110000

Color Harmonies of #4520D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4520D4

Black with #4520D4

Text Example


Text Example

White with #4520D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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