#5034BB

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

Shades of Purple Heart #5034BB

Tints of Purple Heart #5034BB

Color information

#5034BB (or 0x5034BB) is unknown color: approx Purple Heart. HEX triplet: 50, 34 and BB. RGB value is (80,52,187). Sum of RGB (Red+Green+Blue) = 80+52+187=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #5034BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5034BB is #AFCB44. Grayscale: #4B4B4B. Windows color (decimal): -11520837 or 12268624. OLE color: 12268624.

HSL color Cylindrical-coordinate representation of color #5034BB: hue angle of 252.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5034BB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8052187-
CMYK0.570.7200.27
HSL252.44º56.49%46.86%-
HSV(B)252.44º72.19%73.33%-
XYZ13.517.7547.8-
YUV75.76190.78131.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=25.08%
G=16.30%
B=58.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80521870.570.7200.27252.4456.4946.86
Hex5034BB394801Bfc382f
Octal12064273711100333747057
Binary101000011010010111011111001100100001101111111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5034BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5034BB; }

 p { color: rgb(80,52,187); }

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

<style>
 a { background-color: #5034BB; }

 a { background-color: rgb(80,52,187); }

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

<style>
 span { border-color: #5034BB; }

 span { border-color: rgb(80,52,187); }

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