#5033AF

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

Shades of Purple Heart #5033AF

Tints of Purple Heart #5033AF

Color information

#5033AF (or 0x5033AF) is unknown color: approx Purple Heart. HEX triplet: 50, 33 and AF. RGB value is (80,51,175). Sum of RGB (Red+Green+Blue) = 80+51+175=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #5033AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5033AF is #AFCC50. Grayscale: #494949. Windows color (decimal): -11521105 or 11481936. OLE color: 11481936.

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

Color convert

RGB8051175-
CMYK0.540.7100.31
HSL254.03º54.87%44.31%-
HSV(B)254.03º70.86%68.63%-
XYZ12.237.1741.3-
YUV73.81185.11132.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=26.14%
G=16.67%
B=57.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80511750.540.7100.31254.0354.8744.31
Hex5033AF364701Ffe372c
Octal12063257661070373766754
Binary101000011001110101111110110100011101111111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5033AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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