Html Css Color HEX #542EE1 Han Purple

📋 copy color: '#542EE1'

red 84 ◦ green 46 ◦ blue 225

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

Shades of Han Purple #542EE1

Tints of Han Purple #542EE1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.96%

 BLUE value IS 225 (88.28% from 255) = 63.38%

R = 23.66%
G = 12.96%
B = 63.38%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#542EE1 (or 0x542EE1) is known color: Han Purple. HEX triplet: 54, 2E and E1. RGB value is (84,46,225). Sum of RGB (Red+Green+Blue) = 84+46+225=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #542EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542EE1 is #ABD11E. Grayscale: #4D4D4D. Windows color (decimal): -11260191 or 14757460. OLE color: 14757460.

HSL color Cylindrical-coordinate representation of color #542EE1: hue angle of 252.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542EE1 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 46 225 -
CMYK 0.63 0.80 0 0.12
HSL 252.74º 0.75% 0.53% -
HSV(B) 252.74º 0.8% 0.88% -
XYZ 18.22 9.28 72.06 -
YUV 77.77 211.09 132.45 -
System Red Green Blue C M Y K H S L
Decimal 84 46 225 0.63 0.80 0 0.12 252.74 0.75 0.53
Hex 54 2E E1 3F 50 0 C FD 4B 35
Octal 124 56 341 77 120 0 14 375 113 65
Binary 1010100 101110 11100001 111111 1010000 0 1100 11111101 1001011 110101

Color Harmonies of #542EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EE1

Black with #542EE1

Text Example


Text Example

White with #542EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542EE1; }

 p { color: rgb(84,46,225); }

 H1.HeaderClassName
 {
   color: #542EE1;
 }
 .AnyTagClassName
 {
   color: #542EE1;
 }
</style>

background-color css

<style>
 a { background-color: #542EE1; }

 a { background-color: rgb(84,46,225); }

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

border-color css

<style>
 span { border-color: #542EE1; }

 span { border-color: rgb(84,46,225); }

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