Html Css Color HEX #542FDB Purple Heart

📋 copy color: '#542FDB'

red 84 ◦ green 47 ◦ blue 219

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

Shades of Purple Heart #542FDB

Tints of Purple Heart #542FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

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

R = 24%
G = 13.43%
B = 62.57%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#542FDB (or 0x542FDB) is known color: Purple Heart. HEX triplet: 54, 2F and DB. RGB value is (84,47,219). Sum of RGB (Red+Green+Blue) = 84+47+219=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #542FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FDB is #ABD024. Grayscale: #4D4D4D. Windows color (decimal): -11259941 or 14364500. OLE color: 14364500.

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

Color convert

RGB 84 47 219 -
CMYK 0.62 0.79 0 0.14
HSL 252.91º 0.7% 0.52% -
HSV(B) 252.91º 0.79% 0.86% -
XYZ 17.46 9.03 67.84 -
YUV 77.67 207.76 132.51 -
System Red Green Blue C M Y K H S L
Decimal 84 47 219 0.62 0.79 0 0.14 252.91 0.7 0.52
Hex 54 2F DB 3E 4F 0 E FD 46 34
Octal 124 57 333 76 117 0 16 375 106 64
Binary 1010100 101111 11011011 111110 1001111 0 1110 11111101 1000110 110100

Color Harmonies of #542FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FDB

Black with #542FDB

Text Example


Text Example

White with #542FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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