#5038B7

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

Shades of Purple Heart #5038B7

Tints of Purple Heart #5038B7

Color information

#5038B7 (or 0x5038B7) is unknown color: approx Purple Heart. HEX triplet: 50, 38 and B7. RGB value is (80,56,183). Sum of RGB (Red+Green+Blue) = 80+56+183=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #5038B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5038B7 is #AFC748. Grayscale: #4D4D4D. Windows color (decimal): -11519817 or 12007504. OLE color: 12007504.

HSL color Cylindrical-coordinate representation of color #5038B7: hue angle of 251.34º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5038B7 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8056183-
CMYK0.560.6900.28
HSL251.34º53.14%46.86%-
HSV(B)251.34º69.4%71.76%-
XYZ13.277.9545.64-
YUV77.65187.45129.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 56 (22.27% from 255) = 17.55%
BLUE value IS 183 (71.88% from 255) = 57.37%
R=25.08%
G=17.55%
B=57.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80561830.560.6900.28251.3453.1446.86
Hex5038B7384501Cfb352f
Octal12070267701050343736557
Binary101000011100010110111111000100010101110011111011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5038B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5038B7; }

 p { color: rgb(80,56,183); }

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

<style>
 a { background-color: #5038B7; }

 a { background-color: rgb(80,56,183); }

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

<style>
 span { border-color: #5038B7; }

 span { border-color: rgb(80,56,183); }

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