Html Css Color HEX #540CAE Purple Heart

📋 copy color: '#540CAE'

red 84 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #540CAE

Tints of Purple Heart #540CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

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

R = 31.11%
G = 4.44%
B = 64.44%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#540CAE (or 0x540CAE) is known color: Purple Heart. HEX triplet: 54, 0C and AE. RGB value is (84,12,174). Sum of RGB (Red+Green+Blue) = 84+12+174=270 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.11% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #540CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540CAE is #ABF351. Grayscale: #333333. Windows color (decimal): -11268946 or 11406420. OLE color: 11406420.

HSL color Cylindrical-coordinate representation of color #540CAE: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CAE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 12 174 -
CMYK 0.52 0.93 0 0.32
HSL 266.67º 0.87% 0.36% -
HSV(B) 266.67º 0.93% 0.68% -
XYZ 11.43 5.2 40.45 -
YUV 52 196.85 150.83 -
System Red Green Blue C M Y K H S L
Decimal 84 12 174 0.52 0.93 0 0.32 266.67 0.87 0.36
Hex 54 C AE 34 5D 0 20 10B 57 24
Octal 124 14 256 64 135 0 40 413 127 44
Binary 1010100 1100 10101110 110100 1011101 0 100000 100001011 1010111 100100

Color Harmonies of #540CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540CAE

Black with #540CAE

Text Example


Text Example

White with #540CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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