#5312AE

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

Shades of Purple Heart #5312AE

Tints of Purple Heart #5312AE

Color information

#5312AE (or 0x5312AE) is unknown color: approx Purple Heart. HEX triplet: 53, 12 and AE. RGB value is (83,18,174). Sum of RGB (Red+Green+Blue) = 83+18+174=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #5312AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5312AE is #ACED51. Grayscale: #363636. Windows color (decimal): -11332946 or 11407955. OLE color: 11407955.

HSL color Cylindrical-coordinate representation of color #5312AE: hue angle of 265º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5312AE is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8318174-
CMYK0.520.9000.32
HSL265º81.25%37.65%-
HSV(B)265º89.66%68.24%-
XYZ11.425.3340.47-
YUV55.22195.03147.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=30.18%
G=6.55%
B=63.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83181740.520.9000.3226581.2537.65
Hex5312AE345A0201095126
Octal123222566413204041112146
Binary10100111001010101110110100101101001000001000010011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5312AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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