#540ABD

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

Shades of Purple Heart #540ABD

Tints of Purple Heart #540ABD

Color information

#540ABD (or 0x540ABD) is unknown color: approx Purple Heart. HEX triplet: 54, 0A and BD. RGB value is (84,10,189). Sum of RGB (Red+Green+Blue) = 84+10+189=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #540ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ABD is #ABF542. Grayscale: #333333. Windows color (decimal): -11269443 or 12388948. OLE color: 12388948.

HSL color Cylindrical-coordinate representation of color #540ABD: hue angle of 264.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540ABD is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8410189-
CMYK0.560.9500.26
HSL264.8º89.95%39.02%-
HSV(B)264.8º94.71%74.12%-
XYZ12.955.7848.58-
YUV52.53205.02150.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 189 (74.22% from 255) = 66.78%
R=29.68%
G=3.53%
B=66.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84101890.560.9500.26264.889.9539.02
Hex54ABD385F01A1095a27
Octal124122757013703241113247
Binary101010010101011110111100010111110110101000010011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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