Html Css Color HEX #540EAD Purple Heart

📋 copy color: '#540EAD'

red 84 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #540EAD

Tints of Purple Heart #540EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.17%

 BLUE value IS 173 (67.97% from 255) = 63.84%

R = 31%
G = 5.17%
B = 63.84%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#540EAD (or 0x540EAD) is known color: Purple Heart. HEX triplet: 54, 0E and AD. RGB value is (84,14,173). Sum of RGB (Red+Green+Blue) = 84+14+173=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #540EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EAD is #ABF152. Grayscale: #343434. Windows color (decimal): -11268435 or 11341396. OLE color: 11341396.

HSL color Cylindrical-coordinate representation of color #540EAD: hue angle of 266.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540EAD is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 14 173 -
CMYK 0.51 0.92 0 0.32
HSL 266.42º 0.85% 0.37% -
HSV(B) 266.42º 0.92% 0.68% -
XYZ 11.36 5.22 39.94 -
YUV 53.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 84 14 173 0.51 0.92 0 0.32 266.42 0.85 0.37
Hex 54 E AD 33 5C 0 20 10A 55 25
Octal 124 16 255 63 134 0 40 412 125 45
Binary 1010100 1110 10101101 110011 1011100 0 100000 100001010 1010101 100101

Color Harmonies of #540EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EAD

Black with #540EAD

Text Example


Text Example

White with #540EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540EAD; }

 p { color: rgb(84,14,173); }

 H1.HeaderClassName
 {
   color: #540EAD;
 }
 .AnyTagClassName
 {
   color: #540EAD;
 }
</style>

background-color css

<style>
 a { background-color: #540EAD; }

 a { background-color: rgb(84,14,173); }

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

border-color css

<style>
 span { border-color: #540EAD; }

 span { border-color: rgb(84,14,173); }

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