Html Css Color HEX #5420EC Han Purple

📋 copy color: '#5420EC'

red 84 ◦ green 32 ◦ blue 236

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

Shades of Han Purple #5420EC

Tints of Han Purple #5420EC

RGB

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

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

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

R = 23.86%
G = 9.09%
B = 67.05%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5420EC (or 0x5420EC) is known color: Han Purple. HEX triplet: 54, 20 and EC. RGB value is (84,32,236). Sum of RGB (Red+Green+Blue) = 84+32+236=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #5420EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5420EC is #ABDF13. Grayscale: #464646. Windows color (decimal): -11263764 or 15474772. OLE color: 15474772.

HSL color Cylindrical-coordinate representation of color #5420EC: hue angle of 255.29º 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 #5420EC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 32 236 -
CMYK 0.64 0.86 0 0.07
HSL 255.29º 0.84% 0.53% -
HSV(B) 255.29º 0.86% 0.93% -
XYZ 19.31 8.97 80.07 -
YUV 70.8 221.23 137.41 -
System Red Green Blue C M Y K H S L
Decimal 84 32 236 0.64 0.86 0 0.07 255.29 0.84 0.53
Hex 54 20 EC 40 56 0 7 FF 54 35
Octal 124 40 354 100 126 0 7 377 124 65
Binary 1010100 100000 11101100 1000000 1010110 0 111 11111111 1010100 110101

Color Harmonies of #5420EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5420EC

Black with #5420EC

Text Example


Text Example

White with #5420EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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