#5319B7

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

Shades of Purple Heart #5319B7

Tints of Purple Heart #5319B7

Color information

#5319B7 (or 0x5319B7) is unknown color: approx Purple Heart. HEX triplet: 53, 19 and B7. RGB value is (83,25,183). Sum of RGB (Red+Green+Blue) = 83+25+183=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #5319B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319B7 is #ACE648. Grayscale: #3B3B3B. Windows color (decimal): -11331145 or 11999571. OLE color: 11999571.

HSL color Cylindrical-coordinate representation of color #5319B7: hue angle of 262.03º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5319B7 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8325183-
CMYK0.550.8600.28
HSL262.03º75.96%40.78%-
HSV(B)262.03º86.34%71.76%-
XYZ12.465.9545.29-
YUV60.35197.22144.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.52%
GREEN value IS 25 (10.16% from 255) = 8.59%
BLUE value IS 183 (71.88% from 255) = 62.89%
R=28.52%
G=8.59%
B=62.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83251830.550.8600.28262.0375.9640.78
Hex5319B7375601C1064c29
Octal123312676712603440611451
Binary1010011110011011011111011110101100111001000001101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5319B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,25,183); }

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

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

 a { background-color: rgb(83,25,183); }

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

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

 span { border-color: rgb(83,25,183); }

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