#5312AA

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

Shades of Purple Heart #5312AA

Tints of Purple Heart #5312AA

Color information

#5312AA (or 0x5312AA) is unknown color: approx Purple Heart. HEX triplet: 53, 12 and AA. RGB value is (83,18,170). Sum of RGB (Red+Green+Blue) = 83+18+170=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5312AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5312AA is #ACED55. Grayscale: #363636. Windows color (decimal): -11332950 or 11145811. OLE color: 11145811.

HSL color Cylindrical-coordinate representation of color #5312AA: hue angle of 265.66º degrees, saturation: 0.81, 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 #5312AA is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8318170-
CMYK0.510.8900.33
HSL265.66º80.85%36.86%-
HSV(B)265.66º89.41%66.67%-
XYZ11.045.1738.45-
YUV54.76193.03148.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=30.63%
G=6.64%
B=62.73%

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
Decimal83181700.510.8900.33265.6680.8536.86
Hex5312AA335902110a5125
Octal123222526313104141212145
Binary10100111001010101010110011101100101000011000010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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