#541ABF

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

Shades of Purple Heart #541ABF

Tints of Purple Heart #541ABF

Color information

#541ABF (or 0x541ABF) is unknown color: approx Purple Heart. HEX triplet: 54, 1A and BF. RGB value is (84,26,191). Sum of RGB (Red+Green+Blue) = 84+26+191=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #541ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABF is #ABE540. Grayscale: #3D3D3D. Windows color (decimal): -11265345 or 12524116. OLE color: 12524116.

HSL color Cylindrical-coordinate representation of color #541ABF: hue angle of 261.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ABF is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8426191-
CMYK0.560.8600.25
HSL261.09º76.04%42.55%-
HSV(B)261.09º86.39%74.9%-
XYZ13.436.3949.81-
YUV62.15200.72143.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 191 (75% from 255) = 63.46%
R=27.91%
G=8.64%
B=63.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84261910.560.8600.25261.0976.0442.55
Hex541ABF38560191054c2b
Octal124322777012603140511453
Binary1010100110101011111111100010101100110011000001011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,26,191); }

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

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

 a { background-color: rgb(84,26,191); }

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

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

 span { border-color: rgb(84,26,191); }

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