Html Css Color HEX #540DAF Purple Heart

📋 copy color: '#540DAF'

red 84 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #540DAF

Tints of Purple Heart #540DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.78%

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

R = 30.88%
G = 4.78%
B = 64.34%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#540DAF (or 0x540DAF) is known color: Purple Heart. HEX triplet: 54, 0D and AF. RGB value is (84,13,175). Sum of RGB (Red+Green+Blue) = 84+13+175=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #540DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540DAF is #ABF250. Grayscale: #343434. Windows color (decimal): -11268689 or 11472212. OLE color: 11472212.

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

Color convert

RGB 84 13 175 -
CMYK 0.52 0.93 0 0.31
HSL 266.3º 0.86% 0.37% -
HSV(B) 266.3º 0.93% 0.69% -
XYZ 11.54 5.27 40.97 -
YUV 52.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 84 13 175 0.52 0.93 0 0.31 266.3 0.86 0.37
Hex 54 D AF 34 5D 0 1F 10A 56 25
Octal 124 15 257 64 135 0 37 412 126 45
Binary 1010100 1101 10101111 110100 1011101 0 11111 100001010 1010110 100101

Color Harmonies of #540DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DAF

Black with #540DAF

Text Example


Text Example

White with #540DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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