#5339AE

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

Shades of Purple Heart #5339AE

Tints of Purple Heart #5339AE

Color information

#5339AE (or 0x5339AE) is unknown color: approx Purple Heart. HEX triplet: 53, 39 and AE. RGB value is (83,57,174). Sum of RGB (Red+Green+Blue) = 83+57+174=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #5339AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5339AE is #ACC651. Grayscale: #4D4D4D. Windows color (decimal): -11322962 or 11417939. OLE color: 11417939.

HSL color Cylindrical-coordinate representation of color #5339AE: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5339AE is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8357174-
CMYK0.520.6700.32
HSL253.33º50.65%45.29%-
HSV(B)253.33º67.24%68.24%-
XYZ12.677.8240.89-
YUV78.11182.11131.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=26.43%
G=18.15%
B=55.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83571740.520.6700.32253.3350.6545.29
Hex5339AE3443020fd332d
Octal12371256641030403756355
Binary1010011111001101011101101001000011010000011111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5339AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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