Html Css Color HEX #540BAD Purple Heart

📋 copy color: '#540BAD'

red 84 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #540BAD

Tints of Purple Heart #540BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 31.34%
G = 4.1%
B = 64.55%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#540BAD (or 0x540BAD) is known color: Purple Heart. HEX triplet: 54, 0B and AD. RGB value is (84,11,173). Sum of RGB (Red+Green+Blue) = 84+11+173=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #540BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540BAD is #ABF452. Grayscale: #323232. Windows color (decimal): -11269203 or 11340628. OLE color: 11340628.

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

Color convert

RGB 84 11 173 -
CMYK 0.51 0.94 0 0.32
HSL 267.04º 0.88% 0.36% -
HSV(B) 267.04º 0.94% 0.68% -
XYZ 11.32 5.14 39.93 -
YUV 51.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 84 11 173 0.51 0.94 0 0.32 267.04 0.88 0.36
Hex 54 B AD 33 5E 0 20 10B 58 24
Octal 124 13 255 63 136 0 40 413 130 44
Binary 1010100 1011 10101101 110011 1011110 0 100000 100001011 1011000 100100

Color Harmonies of #540BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540BAD

Black with #540BAD

Text Example


Text Example

White with #540BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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