#540BAB

Color #540BAB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #540BAB

Tints of Purple Heart #540BAB

Color information

#540BAB (or 0x540BAB) is unknown color: approx Purple Heart. HEX triplet: 54, 0B and AB. RGB value is (84,11,171). Sum of RGB (Red+Green+Blue) = 84+11+171=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #540BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540BAB is #ABF454. Grayscale: #323232. Windows color (decimal): -11269205 or 11209556. OLE color: 11209556.

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

Color convert

RGB8411171-
CMYK0.510.9400.33
HSL267.38º87.91%35.69%-
HSV(B)267.38º93.57%67.06%-
XYZ11.135.0638.92-
YUV51.07195.68151.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.58%
GREEN value IS 11 (4.69% from 255) = 4.14%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=31.58%
G=4.14%
B=64.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84111710.510.9400.33267.3887.9135.69
Hex54BAB335E02110b5824
Octal124132536313604141313044
Binary1010100101110101011110011101111001000011000010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #540BAB;
 }
 .AnyTagClassName
 {
   color: #540BAB;
 }
</style>
background-color css

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

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

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

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

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

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