#541CBD

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

Shades of Purple Heart #541CBD

Tints of Purple Heart #541CBD

Color information

#541CBD (or 0x541CBD) is unknown color: approx Purple Heart. HEX triplet: 54, 1C and BD. RGB value is (84,28,189). Sum of RGB (Red+Green+Blue) = 84+28+189=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #541CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CBD is #ABE342. Grayscale: #3E3E3E. Windows color (decimal): -11264835 or 12393556. OLE color: 12393556.

HSL color Cylindrical-coordinate representation of color #541CBD: hue angle of 260.87º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541CBD is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8428189-
CMYK0.560.8500.26
HSL260.87º74.19%42.55%-
HSV(B)260.87º85.19%74.12%-
XYZ13.266.3948.68-
YUV63.1199.05142.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 189 (74.22% from 255) = 62.79%
R=27.91%
G=9.30%
B=62.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84281890.560.8500.26260.8774.1942.55
Hex541CBD385501A1054a2b
Octal124342757012503240511253
Binary1010100111001011110111100010101010110101000001011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541CBD; }

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

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

<style>
 a { background-color: #541CBD; }

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

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

<style>
 span { border-color: #541CBD; }

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

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