Html Css Color HEX #542DDA Purple Heart

📋 copy color: '#542DDA'

red 84 ◦ green 45 ◦ blue 218

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

Shades of Purple Heart #542DDA

Tints of Purple Heart #542DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.97%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 24.21%
G = 12.97%
B = 62.82%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#542DDA (or 0x542DDA) is known color: Purple Heart. HEX triplet: 54, 2D and DA. RGB value is (84,45,218). Sum of RGB (Red+Green+Blue) = 84+45+218=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #542DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DDA is #ABD225. Grayscale: #4B4B4B. Windows color (decimal): -11260454 or 14298452. OLE color: 14298452.

HSL color Cylindrical-coordinate representation of color #542DDA: hue angle of 253.53º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542DDA is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 45 218 -
CMYK 0.61 0.79 0 0.15
HSL 253.53º 0.7% 0.52% -
HSV(B) 253.53º 0.79% 0.85% -
XYZ 17.25 8.82 67.12 -
YUV 76.38 207.92 133.43 -
System Red Green Blue C M Y K H S L
Decimal 84 45 218 0.61 0.79 0 0.15 253.53 0.7 0.52
Hex 54 2D DA 3D 4F 0 F FE 46 34
Octal 124 55 332 75 117 0 17 376 106 64
Binary 1010100 101101 11011010 111101 1001111 0 1111 11111110 1000110 110100

Color Harmonies of #542DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DDA

Black with #542DDA

Text Example


Text Example

White with #542DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,45,218); }

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

background-color css

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

 a { background-color: rgb(84,45,218); }

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

border-color css

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

 span { border-color: rgb(84,45,218); }

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