#5316A9

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

Shades of Purple Heart #5316A9

Tints of Purple Heart #5316A9

Color information

#5316A9 (or 0x5316A9) is unknown color: approx Purple Heart. HEX triplet: 53, 16 and A9. RGB value is (83,22,169). Sum of RGB (Red+Green+Blue) = 83+22+169=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 169 (66.41% from 255 or 61.68% from 274); Max value from RGB is 169 - color contains mainly: blue. Hex color #5316A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5316A9 is #ACE956. Grayscale: #383838. Windows color (decimal): -11331927 or 11081299. OLE color: 11081299.

HSL color Cylindrical-coordinate representation of color #5316A9: hue angle of 264.9º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5316A9 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8322169-
CMYK0.510.8700.34
HSL264.9º76.96%37.45%-
HSV(B)264.9º86.98%66.27%-
XYZ11.025.2837.97-
YUV57191.21146.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 169 (66.41% from 255) = 61.68%
R=30.29%
G=8.03%
B=61.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83221690.510.8700.34264.976.9637.45
Hex5316A933570221094d25
Octal123262516312704241111545
Binary10100111011010101001110011101011101000101000010011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5316A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5316A9; }

 p { color: rgb(83,22,169); }

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

<style>
 a { background-color: #5316A9; }

 a { background-color: rgb(83,22,169); }

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

<style>
 span { border-color: #5316A9; }

 span { border-color: rgb(83,22,169); }

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