Html Css Color HEX #542FD1 Purple Heart

📋 copy color: '#542FD1'

red 84 ◦ green 47 ◦ blue 209

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

Shades of Purple Heart #542FD1

Tints of Purple Heart #542FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.47%

R = 24.71%
G = 13.82%
B = 61.47%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#542FD1 (or 0x542FD1) is known color: Purple Heart. HEX triplet: 54, 2F and D1. RGB value is (84,47,209). Sum of RGB (Red+Green+Blue) = 84+47+209=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #542FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FD1 is #ABD02E. Grayscale: #4B4B4B. Windows color (decimal): -11259951 or 13709140. OLE color: 13709140.

HSL color Cylindrical-coordinate representation of color #542FD1: hue angle of 253.7º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542FD1 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 47 209 -
CMYK 0.60 0.78 0 0.18
HSL 253.7º 0.64% 0.5% -
HSV(B) 253.7º 0.78% 0.82% -
XYZ 16.18 8.52 61.11 -
YUV 76.53 202.76 133.33 -
System Red Green Blue C M Y K H S L
Decimal 84 47 209 0.60 0.78 0 0.18 253.7 0.64 0.5
Hex 54 2F D1 3C 4E 0 12 FE 40 32
Octal 124 57 321 74 116 0 22 376 100 62
Binary 1010100 101111 11010001 111100 1001110 0 10010 11111110 1000000 110010

Color Harmonies of #542FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FD1

Black with #542FD1

Text Example


Text Example

White with #542FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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