#541FB6

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

Shades of Purple Heart #541FB6

Tints of Purple Heart #541FB6

Color information

#541FB6 (or 0x541FB6) is unknown color: approx Purple Heart. HEX triplet: 54, 1F and B6. RGB value is (84,31,182). Sum of RGB (Red+Green+Blue) = 84+31+182=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #541FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FB6 is #ABE049. Grayscale: #3F3F3F. Windows color (decimal): -11264074 or 11935572. OLE color: 11935572.

HSL color Cylindrical-coordinate representation of color #541FB6: hue angle of 261.06º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541FB6 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8431182-
CMYK0.540.8300.29
HSL261.06º70.89%41.76%-
HSV(B)261.06º82.97%71.37%-
XYZ12.596.2444.8-
YUV64.06194.56142.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 31 (12.5% from 255) = 10.44%
BLUE value IS 182 (71.48% from 255) = 61.28%
R=28.28%
G=10.44%
B=61.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84311820.540.8300.29261.0670.8941.76
Hex541FB6365301D105472a
Octal124372666612303540510752
Binary1010100111111011011011011010100110111011000001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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