Html Css Color HEX #540EAE Purple Heart

📋 copy color: '#540EAE'

red 84 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #540EAE

Tints of Purple Heart #540EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.97%

R = 30.88%
G = 5.15%
B = 63.97%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#540EAE (or 0x540EAE) is known color: Purple Heart. HEX triplet: 54, 0E and AE. RGB value is (84,14,174). Sum of RGB (Red+Green+Blue) = 84+14+174=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #540EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540EAE is #ABF151. Grayscale: #343434. Windows color (decimal): -11268434 or 11406932. OLE color: 11406932.

HSL color Cylindrical-coordinate representation of color #540EAE: hue angle of 266.25º 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 #540EAE is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 14 174 -
CMYK 0.52 0.92 0 0.32
HSL 266.25º 0.85% 0.37% -
HSV(B) 266.25º 0.92% 0.68% -
XYZ 11.45 5.25 40.46 -
YUV 53.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 84 14 174 0.52 0.92 0 0.32 266.25 0.85 0.37
Hex 54 E AE 34 5C 0 20 10A 55 25
Octal 124 16 256 64 134 0 40 412 125 45
Binary 1010100 1110 10101110 110100 1011100 0 100000 100001010 1010101 100101

Color Harmonies of #540EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EAE

Black with #540EAE

Text Example


Text Example

White with #540EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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