#5313AA

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

Shades of Purple Heart #5313AA

Tints of Purple Heart #5313AA

Color information

#5313AA (or 0x5313AA) is unknown color: approx Purple Heart. HEX triplet: 53, 13 and AA. RGB value is (83,19,170). Sum of RGB (Red+Green+Blue) = 83+19+170=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5313AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5313AA is #ACEC55. Grayscale: #363636. Windows color (decimal): -11332694 or 11146067. OLE color: 11146067.

HSL color Cylindrical-coordinate representation of color #5313AA: hue angle of 265.43º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5313AA is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8319170-
CMYK0.510.8900.33
HSL265.43º79.89%37.06%-
HSV(B)265.43º88.82%66.67%-
XYZ11.065.2138.45-
YUV55.35192.7147.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 19 (7.81% from 255) = 6.99%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=30.51%
G=6.99%
B=62.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83191700.510.8900.33265.4379.8937.06
Hex5313AA33590211095025
Octal123232526313104141112045
Binary10100111001110101010110011101100101000011000010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5313AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5313AA; }

 p { color: rgb(83,19,170); }

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

<style>
 a { background-color: #5313AA; }

 a { background-color: rgb(83,19,170); }

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

<style>
 span { border-color: #5313AA; }

 span { border-color: rgb(83,19,170); }

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