#5030BF

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

Shades of Purple Heart #5030BF

Tints of Purple Heart #5030BF

Color information

#5030BF (or 0x5030BF) is unknown color: approx Purple Heart. HEX triplet: 50, 30 and BF. RGB value is (80,48,191). Sum of RGB (Red+Green+Blue) = 80+48+191=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #5030BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5030BF is #AFCF40. Grayscale: #494949. Windows color (decimal): -11521857 or 12529744. OLE color: 12529744.

HSL color Cylindrical-coordinate representation of color #5030BF: hue angle of 253.43º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5030BF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8048191-
CMYK0.580.7500.25
HSL253.43º59.83%46.86%-
HSV(B)253.43º74.87%74.9%-
XYZ13.777.5850.03-
YUV73.87194.1132.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 191 (75% from 255) = 59.87%
R=25.08%
G=15.05%
B=59.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80481910.580.7500.25253.4359.8346.86
Hex5030BF3A4B019fd3c2f
Octal12060277721130313757457
Binary101000011000010111111111010100101101100111111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5030BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5030BF; }

 p { color: rgb(80,48,191); }

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

<style>
 a { background-color: #5030BF; }

 a { background-color: rgb(80,48,191); }

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

<style>
 span { border-color: #5030BF; }

 span { border-color: rgb(80,48,191); }

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