#5033AE

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

Shades of Purple Heart #5033AE

Tints of Purple Heart #5033AE

Color information

#5033AE (or 0x5033AE) is unknown color: approx Purple Heart. HEX triplet: 50, 33 and AE. RGB value is (80,51,174). Sum of RGB (Red+Green+Blue) = 80+51+174=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #5033AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5033AE is #AFCC51. Grayscale: #494949. Windows color (decimal): -11521106 or 11416400. OLE color: 11416400.

HSL color Cylindrical-coordinate representation of color #5033AE: hue angle of 254.15º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5033AE is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8051174-
CMYK0.540.7100.32
HSL254.15º54.67%44.12%-
HSV(B)254.15º70.69%68.24%-
XYZ12.137.1340.78-
YUV73.69184.61132.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=26.23%
G=16.72%
B=57.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80511740.540.7100.32254.1554.6744.12
Hex5033AE3647020fe372c
Octal12063256661070403766754
Binary1010000110011101011101101101000111010000011111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,51,174); }

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

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

 a { background-color: rgb(80,51,174); }

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

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

 span { border-color: rgb(80,51,174); }

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