Html Css Color HEX #540BAE Purple Heart

📋 copy color: '#540BAE'

red 84 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #540BAE

Tints of Purple Heart #540BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

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

R = 31.23%
G = 4.09%
B = 64.68%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#540BAE (or 0x540BAE) is known color: Purple Heart. HEX triplet: 54, 0B and AE. RGB value is (84,11,174). Sum of RGB (Red+Green+Blue) = 84+11+174=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #540BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540BAE is #ABF451. Grayscale: #323232. Windows color (decimal): -11269202 or 11406164. OLE color: 11406164.

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

Color convert

RGB 84 11 174 -
CMYK 0.52 0.94 0 0.32
HSL 266.87º 0.88% 0.36% -
HSV(B) 266.87º 0.94% 0.68% -
XYZ 11.42 5.18 40.44 -
YUV 51.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 84 11 174 0.52 0.94 0 0.32 266.87 0.88 0.36
Hex 54 B AE 34 5E 0 20 10B 58 24
Octal 124 13 256 64 136 0 40 413 130 44
Binary 1010100 1011 10101110 110100 1011110 0 100000 100001011 1011000 100100

Color Harmonies of #540BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540BAE

Black with #540BAE

Text Example


Text Example

White with #540BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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