#5033AD

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

Shades of Purple Heart #5033AD

Tints of Purple Heart #5033AD

Color information

#5033AD (or 0x5033AD) is unknown color: approx Purple Heart. HEX triplet: 50, 33 and AD. RGB value is (80,51,173). Sum of RGB (Red+Green+Blue) = 80+51+173=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #5033AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5033AD is #AFCC52. Grayscale: #494949. Windows color (decimal): -11521107 or 11350864. OLE color: 11350864.

HSL color Cylindrical-coordinate representation of color #5033AD: hue angle of 254.26º degrees, saturation: 0.54, 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 #5033AD is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8051173-
CMYK0.540.7100.32
HSL254.26º54.46%43.92%-
HSV(B)254.26º70.52%67.84%-
XYZ12.037.0940.27-
YUV73.58184.11132.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 173 (67.97% from 255) = 56.91%
R=26.32%
G=16.78%
B=56.91%

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
Decimal80511730.540.7100.32254.2654.4643.92
Hex5033AD3647020fe362c
Octal12063255661070403766654
Binary1010000110011101011011101101000111010000011111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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