#540CB4

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

Shades of Purple Heart #540CB4

Tints of Purple Heart #540CB4

Color information

#540CB4 (or 0x540CB4) is unknown color: approx Purple Heart. HEX triplet: 54, 0C and B4. RGB value is (84,12,180). Sum of RGB (Red+Green+Blue) = 84+12+180=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #540CB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CB4 is #ABF34B. Grayscale: #343434. Windows color (decimal): -11268940 or 11799636. OLE color: 11799636.

HSL color Cylindrical-coordinate representation of color #540CB4: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CB4 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8412180-
CMYK0.530.9300.29
HSL265.71º87.5%37.65%-
HSV(B)265.71º93.33%70.59%-
XYZ12.035.4443.6-
YUV52.68199.85150.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 180 (70.70% from 255) = 65.22%
R=30.43%
G=4.35%
B=65.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84121800.530.9300.29265.7187.537.65
Hex54CB4355D01D10a5826
Octal124142646513503541213046
Binary101010011001011010011010110111010111011000010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,12,180); }

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

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

 a { background-color: rgb(84,12,180); }

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

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

 span { border-color: rgb(84,12,180); }

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