Html Css Color HEX #5402E0 Han Purple

📋 copy color: '#5402E0'

red 84 ◦ green 2 ◦ blue 224

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

Shades of Han Purple #5402E0

Tints of Han Purple #5402E0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 224 (87.89% from 255) = 72.26%

R = 27.1%
G = 0.65%
B = 72.26%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5402E0 (or 0x5402E0) is known color: Han Purple. HEX triplet: 54, 02 and E0. RGB value is (84,2,224). Sum of RGB (Red+Green+Blue) = 84+2+224=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #5402E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5402E0 is #ABFD1F. Grayscale: #333333. Windows color (decimal): -11271456 or 14680660. OLE color: 14680660.

HSL color Cylindrical-coordinate representation of color #5402E0: hue angle of 262.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402E0 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 2 224 -
CMYK 0.62 0.99 0 0.12
HSL 262.16º 0.98% 0.44% -
HSV(B) 262.16º 0.99% 0.88% -
XYZ 17.13 7.31 71.03 -
YUV 51.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 84 2 224 0.62 0.99 0 0.12 262.16 0.98 0.44
Hex 54 2 E0 3E 63 0 C 106 62 2C
Octal 124 2 340 76 143 0 14 406 142 54
Binary 1010100 10 11100000 111110 1100011 0 1100 100000110 1100010 101100

Color Harmonies of #5402E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5402E0

Black with #5402E0

Text Example


Text Example

White with #5402E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5402E0; }

 p { color: rgb(84,2,224); }

 H1.HeaderClassName
 {
   color: #5402E0;
 }
 .AnyTagClassName
 {
   color: #5402E0;
 }
</style>

background-color css

<style>
 a { background-color: #5402E0; }

 a { background-color: rgb(84,2,224); }

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

border-color css

<style>
 span { border-color: #5402E0; }

 span { border-color: rgb(84,2,224); }

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