#540BB7

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

Shades of Purple Heart #540BB7

Tints of Purple Heart #540BB7

Color information

#540BB7 (or 0x540BB7) is unknown color: approx Purple Heart. HEX triplet: 54, 0B and B7. RGB value is (84,11,183). Sum of RGB (Red+Green+Blue) = 84+11+183=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #540BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BB7 is #ABF448. Grayscale: #333333. Windows color (decimal): -11269193 or 11995988. OLE color: 11995988.

HSL color Cylindrical-coordinate representation of color #540BB7: hue angle of 265.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BB7 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8411183-
CMYK0.540.9400.28
HSL265.47º88.66%38.04%-
HSV(B)265.47º93.99%71.76%-
XYZ12.325.5445.22-
YUV52.44201.68150.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 183 (71.88% from 255) = 65.83%
R=30.22%
G=3.96%
B=65.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84111830.540.9400.28265.4788.6638.04
Hex54BB7365E01C1095926
Octal124132676613603441113146
Binary101010010111011011111011010111100111001000010011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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