#5316D5

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

Shades of Purple Heart #5316D5

Tints of Purple Heart #5316D5

Color information

#5316D5 (or 0x5316D5) is unknown color: approx Purple Heart. HEX triplet: 53, 16 and D5. RGB value is (83,22,213). Sum of RGB (Red+Green+Blue) = 83+22+213=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 213 (83.59% from 255 or 66.98% from 318); Max value from RGB is 213 - color contains mainly: blue. Hex color #5316D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316D5 is #ACE92A. Grayscale: #3D3D3D. Windows color (decimal): -11331883 or 13964883. OLE color: 13964883.

HSL color Cylindrical-coordinate representation of color #5316D5: hue angle of 259.16º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5316D5 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8322213-
CMYK0.610.9000.16
HSL259.16º81.28%46.08%-
HSV(B)259.16º89.67%83.53%-
XYZ15.867.2263.51-
YUV62.01213.21142.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 22 (8.98% from 255) = 6.92%
BLUE value IS 213 (83.59% from 255) = 66.98%
R=26.10%
G=6.92%
B=66.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83222130.610.9000.16259.1681.2846.08
Hex5316D53D5A010103512e
Octal123263257513202040312156
Binary1010011101101101010111110110110100100001000000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5316D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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