Html Css Color HEX #5420DC Han Purple

📋 copy color: '#5420DC'

red 84 ◦ green 32 ◦ blue 220

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

Shades of Han Purple #5420DC

Tints of Han Purple #5420DC

RGB

 RED value IS 84 (33.2% from 255) = 25%

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

 BLUE value IS 220 (86.33% from 255) = 65.48%

R = 25%
G = 9.52%
B = 65.48%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5420DC (or 0x5420DC) is known color: Han Purple. HEX triplet: 54, 20 and DC. RGB value is (84,32,220). Sum of RGB (Red+Green+Blue) = 84+32+220=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #5420DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5420DC is #ABDF23. Grayscale: #444444. Windows color (decimal): -11263780 or 14426196. OLE color: 14426196.

HSL color Cylindrical-coordinate representation of color #5420DC: hue angle of 256.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5420DC is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 32 220 -
CMYK 0.62 0.85 0 0.14
HSL 256.6º 0.75% 0.49% -
HSV(B) 256.6º 0.85% 0.86% -
XYZ 17.09 8.09 68.37 -
YUV 68.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 84 32 220 0.62 0.85 0 0.14 256.6 0.75 0.49
Hex 54 20 DC 3E 55 0 E 101 4B 31
Octal 124 40 334 76 125 0 16 401 113 61
Binary 1010100 100000 11011100 111110 1010101 0 1110 100000001 1001011 110001

Color Harmonies of #5420DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420DC

Black with #5420DC

Text Example


Text Example

White with #5420DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5420DC; }

 p { color: rgb(84,32,220); }

 H1.HeaderClassName
 {
   color: #5420DC;
 }
 .AnyTagClassName
 {
   color: #5420DC;
 }
</style>

background-color css

<style>
 a { background-color: #5420DC; }

 a { background-color: rgb(84,32,220); }

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

border-color css

<style>
 span { border-color: #5420DC; }

 span { border-color: rgb(84,32,220); }

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