#5413B7

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

Shades of Purple Heart #5413B7

Tints of Purple Heart #5413B7

Color information

#5413B7 (or 0x5413B7) is unknown color: approx Purple Heart. HEX triplet: 54, 13 and B7. RGB value is (84,19,183). Sum of RGB (Red+Green+Blue) = 84+19+183=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #5413B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5413B7 is #ABEC48. Grayscale: #383838. Windows color (decimal): -11267145 or 11998036. OLE color: 11998036.

HSL color Cylindrical-coordinate representation of color #5413B7: hue angle of 263.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5413B7 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8419183-
CMYK0.540.9000.28
HSL263.78º81.19%39.61%-
HSV(B)263.78º89.62%71.76%-
XYZ12.445.7745.26-
YUV57.13199.03147.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 183 (71.88% from 255) = 63.99%
R=29.37%
G=6.64%
B=63.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84191830.540.9000.28263.7881.1939.61
Hex5413B7365A01C1085128
Octal124232676613203441012150
Binary1010100100111011011111011010110100111001000010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5413B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5413B7; }

 p { color: rgb(84,19,183); }

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

<style>
 a { background-color: #5413B7; }

 a { background-color: rgb(84,19,183); }

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

<style>
 span { border-color: #5413B7; }

 span { border-color: rgb(84,19,183); }

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