#5028B3

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

Shades of Purple Heart #5028B3

Tints of Purple Heart #5028B3

Color information

#5028B3 (or 0x5028B3) is unknown color: approx Purple Heart. HEX triplet: 50, 28 and B3. RGB value is (80,40,179). Sum of RGB (Red+Green+Blue) = 80+40+179=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #5028B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5028B3 is #AFD74C. Grayscale: #434343. Windows color (decimal): -11523917 or 11741264. OLE color: 11741264.

HSL color Cylindrical-coordinate representation of color #5028B3: hue angle of 257.27º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5028B3 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8040179-
CMYK0.550.7800.30
HSL257.27º63.47%42.94%-
HSV(B)257.27º77.65%70.2%-
XYZ12.26.4843.25-
YUV67.81190.75136.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.76%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=26.76%
G=13.38%
B=59.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80401790.550.7800.30257.2763.4742.94
Hex5028B3374E01E1013f2b
Octal12050263671160364017753
Binary1010000101000101100111101111001110011110100000001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5028B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5028B3; }

 p { color: rgb(80,40,179); }

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

<style>
 a { background-color: #5028B3; }

 a { background-color: rgb(80,40,179); }

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

<style>
 span { border-color: #5028B3; }

 span { border-color: rgb(80,40,179); }

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