#541BAB

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

Shades of Purple Heart #541BAB

Tints of Purple Heart #541BAB

Color information

#541BAB (or 0x541BAB) is unknown color: approx Purple Heart. HEX triplet: 54, 1B and AB. RGB value is (84,27,171). Sum of RGB (Red+Green+Blue) = 84+27+171=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #541BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BAB is #ABE454. Grayscale: #3B3B3B. Windows color (decimal): -11265109 or 11213652. OLE color: 11213652.

HSL color Cylindrical-coordinate representation of color #541BAB: hue angle of 263.75º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541BAB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8427171-
CMYK0.510.8400.33
HSL263.75º72.73%38.82%-
HSV(B)263.75º84.21%67.06%-
XYZ11.45.6139.01-
YUV60.46190.38144.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 171 (67.19% from 255) = 60.64%
R=29.79%
G=9.57%
B=60.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84271710.510.8400.33263.7572.7338.82
Hex541BAB33540211084927
Octal124332536312404141011147
Binary10101001101110101011110011101010001000011000010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,171); }

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

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

 a { background-color: rgb(84,27,171); }

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

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

 span { border-color: rgb(84,27,171); }

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