Html Css Color HEX #542BDA Purple Heart

📋 copy color: '#542BDA'

red 84 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #542BDA

Tints of Purple Heart #542BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.46%

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

R = 24.35%
G = 12.46%
B = 63.19%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#542BDA (or 0x542BDA) is known color: Purple Heart. HEX triplet: 54, 2B and DA. RGB value is (84,43,218). Sum of RGB (Red+Green+Blue) = 84+43+218=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #542BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BDA is #ABD425. Grayscale: #4A4A4A. Windows color (decimal): -11260966 or 14297940. OLE color: 14297940.

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

Color convert

RGB 84 43 218 -
CMYK 0.61 0.80 0 0.15
HSL 254.06º 0.7% 0.51% -
HSV(B) 254.06º 0.8% 0.85% -
XYZ 17.17 8.67 67.1 -
YUV 75.21 208.58 134.27 -
System Red Green Blue C M Y K H S L
Decimal 84 43 218 0.61 0.80 0 0.15 254.06 0.7 0.51
Hex 54 2B DA 3D 50 0 F FE 46 33
Octal 124 53 332 75 120 0 17 376 106 63
Binary 1010100 101011 11011010 111101 1010000 0 1111 11111110 1000110 110011

Color Harmonies of #542BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542BDA

Black with #542BDA

Text Example


Text Example

White with #542BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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