#490FBF

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

Shades of Purple Heart #490FBF

Tints of Purple Heart #490FBF

Color information

#490FBF (or 0x490FBF) is unknown color: approx Purple Heart. HEX triplet: 49, 0F and BF. RGB value is (73,15,191). Sum of RGB (Red+Green+Blue) = 73+15+191=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #490FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FBF is #B6F040. Grayscale: #333333. Windows color (decimal): -11989057 or 12521289. OLE color: 12521289.

HSL color Cylindrical-coordinate representation of color #490FBF: hue angle of 259.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490FBF is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7315191-
CMYK0.620.9200.25
HSL259.77º85.44%40.39%-
HSV(B)259.77º92.15%74.9%-
XYZ12.325.5249.71-
YUV52.41206.22142.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 191 (75% from 255) = 68.46%
R=26.16%
G=5.38%
B=68.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73151910.620.9200.25259.7785.4440.39
Hex49FBF3E5C0191045528
Octal111172777613403140412550
Binary100100111111011111111111010111000110011000001001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490FBF; }

 p { color: rgb(73,15,191); }

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

<style>
 a { background-color: #490FBF; }

 a { background-color: rgb(73,15,191); }

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

<style>
 span { border-color: #490FBF; }

 span { border-color: rgb(73,15,191); }

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