#541ED7

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

Shades of Purple Heart #541ED7

Tints of Purple Heart #541ED7

Color information

#541ED7 (or 0x541ED7) is unknown color: approx Purple Heart. HEX triplet: 54, 1E and D7. RGB value is (84,30,215). Sum of RGB (Red+Green+Blue) = 84+30+215=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #541ED7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ED7 is #ABE128. Grayscale: #424242. Windows color (decimal): -11264297 or 14098004. OLE color: 14098004.

HSL color Cylindrical-coordinate representation of color #541ED7: hue angle of 257.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ED7 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8430215-
CMYK0.610.8600.16
HSL257.51º75.51%48.04%-
HSV(B)257.51º86.05%84.31%-
XYZ16.397.7264.92-
YUV67.24211.39139.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 215 (84.38% from 255) = 65.35%
R=25.53%
G=9.12%
B=65.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84302150.610.8600.16257.5175.5148.04
Hex541ED73D560101024c30
Octal124363277512602040211460
Binary1010100111101101011111110110101100100001000000101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,30,215); }

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

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

 a { background-color: rgb(84,30,215); }

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

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

 span { border-color: rgb(84,30,215); }

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