Html Css Color HEX #542BDB Purple Heart

📋 copy color: '#542BDB'

red 84 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #542BDB

Tints of Purple Heart #542BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 24.28%
G = 12.43%
B = 63.29%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#542BDB (or 0x542BDB) is known color: Purple Heart. HEX triplet: 54, 2B and DB. RGB value is (84,43,219). Sum of RGB (Red+Green+Blue) = 84+43+219=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #542BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BDB is #ABD424. Grayscale: #4A4A4A. Windows color (decimal): -11260965 or 14363476. OLE color: 14363476.

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

Color convert

RGB 84 43 219 -
CMYK 0.62 0.80 0 0.14
HSL 253.98º 0.71% 0.51% -
HSV(B) 253.98º 0.8% 0.86% -
XYZ 17.31 8.73 67.79 -
YUV 75.32 209.08 134.19 -
System Red Green Blue C M Y K H S L
Decimal 84 43 219 0.62 0.80 0 0.14 253.98 0.71 0.51
Hex 54 2B DB 3E 50 0 E FE 47 33
Octal 124 53 333 76 120 0 16 376 107 63
Binary 1010100 101011 11011011 111110 1010000 0 1110 11111110 1000111 110011

Color Harmonies of #542BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542BDB

Black with #542BDB

Text Example


Text Example

White with #542BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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