Html Css Color HEX #542ADE Han Purple

📋 copy color: '#542ADE'

red 84 ◦ green 42 ◦ blue 222

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

Shades of Han Purple #542ADE

Tints of Han Purple #542ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.07%

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 24.14%
G = 12.07%
B = 63.79%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#542ADE (or 0x542ADE) is known color: Han Purple. HEX triplet: 54, 2A and DE. RGB value is (84,42,222). Sum of RGB (Red+Green+Blue) = 84+42+222=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #542ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ADE is #ABD521. Grayscale: #4A4A4A. Windows color (decimal): -11261218 or 14559828. OLE color: 14559828.

HSL color Cylindrical-coordinate representation of color #542ADE: hue angle of 254º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542ADE is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 42 222 -
CMYK 0.62 0.81 0 0.13
HSL 254º 0.73% 0.52% -
HSV(B) 254º 0.81% 0.87% -
XYZ 17.67 8.81 69.88 -
YUV 75.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 84 42 222 0.62 0.81 0 0.13 254 0.73 0.52
Hex 54 2A DE 3E 51 0 D FE 49 34
Octal 124 52 336 76 121 0 15 376 111 64
Binary 1010100 101010 11011110 111110 1010001 0 1101 11111110 1001001 110100

Color Harmonies of #542ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ADE

Black with #542ADE

Text Example


Text Example

White with #542ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,42,222); }

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

background-color css

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

 a { background-color: rgb(84,42,222); }

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

border-color css

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

 span { border-color: rgb(84,42,222); }

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