Html Css Color HEX #542ADC Purple Heart

📋 copy color: '#542ADC'

red 84 ◦ green 42 ◦ blue 220

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

Shades of Purple Heart #542ADC

Tints of Purple Heart #542ADC

RGB

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

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

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

R = 24.28%
G = 12.14%
B = 63.58%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#542ADC (or 0x542ADC) is known color: Purple Heart. HEX triplet: 54, 2A and DC. RGB value is (84,42,220). Sum of RGB (Red+Green+Blue) = 84+42+220=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #542ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ADC is #ABD523. Grayscale: #4A4A4A. Windows color (decimal): -11261220 or 14428756. OLE color: 14428756.

HSL color Cylindrical-coordinate representation of color #542ADC: hue angle of 254.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542ADC is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 42 220 -
CMYK 0.62 0.81 0 0.14
HSL 254.16º 0.72% 0.51% -
HSV(B) 254.16º 0.81% 0.86% -
XYZ 17.4 8.71 68.47 -
YUV 74.85 209.91 134.53 -
System Red Green Blue C M Y K H S L
Decimal 84 42 220 0.62 0.81 0 0.14 254.16 0.72 0.51
Hex 54 2A DC 3E 51 0 E FE 48 33
Octal 124 52 334 76 121 0 16 376 110 63
Binary 1010100 101010 11011100 111110 1010001 0 1110 11111110 1001000 110011

Color Harmonies of #542ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ADC

Black with #542ADC

Text Example


Text Example

White with #542ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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