#540CB6

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

Shades of Purple Heart #540CB6

Tints of Purple Heart #540CB6

Color information

#540CB6 (or 0x540CB6) is unknown color: approx Purple Heart. HEX triplet: 54, 0C and B6. RGB value is (84,12,182). Sum of RGB (Red+Green+Blue) = 84+12+182=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #540CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CB6 is #ABF349. Grayscale: #343434. Windows color (decimal): -11268938 or 11930708. OLE color: 11930708.

HSL color Cylindrical-coordinate representation of color #540CB6: hue angle of 265.41º 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 #540CB6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8412182-
CMYK0.540.9300.29
HSL265.41º87.63%38.04%-
HSV(B)265.41º93.41%71.37%-
XYZ12.235.5344.68-
YUV52.91200.85150.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 182 (71.48% from 255) = 65.47%
R=30.22%
G=4.32%
B=65.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84121820.540.9300.29265.4187.6338.04
Hex54CB6365D01D1095826
Octal124142666613503541113046
Binary101010011001011011011011010111010111011000010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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