Html Css Color HEX #540AAF Purple Heart

📋 copy color: '#540AAF'

red 84 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #540AAF

Tints of Purple Heart #540AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

 BLUE value IS 175 (68.75% from 255) = 65.06%

R = 31.23%
G = 3.72%
B = 65.06%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#540AAF (or 0x540AAF) is known color: Purple Heart. HEX triplet: 54, 0A and AF. RGB value is (84,10,175). Sum of RGB (Red+Green+Blue) = 84+10+175=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #540AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540AAF is #ABF550. Grayscale: #323232. Windows color (decimal): -11269457 or 11471444. OLE color: 11471444.

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

Color convert

RGB 84 10 175 -
CMYK 0.52 0.94 0 0.31
HSL 266.91º 0.89% 0.36% -
HSV(B) 266.91º 0.94% 0.69% -
XYZ 11.5 5.2 40.95 -
YUV 50.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 84 10 175 0.52 0.94 0 0.31 266.91 0.89 0.36
Hex 54 A AF 34 5E 0 1F 10B 59 24
Octal 124 12 257 64 136 0 37 413 131 44
Binary 1010100 1010 10101111 110100 1011110 0 11111 100001011 1011001 100100

Color Harmonies of #540AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AAF

Black with #540AAF

Text Example


Text Example

White with #540AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,10,175); }

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

background-color css

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

 a { background-color: rgb(84,10,175); }

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

border-color css

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

 span { border-color: rgb(84,10,175); }

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