#490AB7

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

Shades of Purple Heart #490AB7

Tints of Purple Heart #490AB7

Color information

#490AB7 (or 0x490AB7) is unknown color: approx Purple Heart. HEX triplet: 49, 0A and B7. RGB value is (73,10,183). Sum of RGB (Red+Green+Blue) = 73+10+183=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 183 (71.88% from 255 or 68.80% from 266); Max value from RGB is 183 - color contains mainly: blue. Hex color #490AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AB7 is #B6F548. Grayscale: #2F2F2F. Windows color (decimal): -11990345 or 11995721. OLE color: 11995721.

HSL color Cylindrical-coordinate representation of color #490AB7: hue angle of 261.85º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490AB7 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7310183-
CMYK0.600.9500.28
HSL261.85º89.64%37.84%-
HSV(B)261.85º94.54%71.76%-
XYZ11.45.0545.17-
YUV48.56203.87145.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 10 (4.30% from 255) = 3.76%
BLUE value IS 183 (71.88% from 255) = 68.80%
R=27.44%
G=3.76%
B=68.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73101830.600.9500.28261.8589.6437.84
Hex49AB73C5F01C1065a26
Octal111122677413703440613246
Binary100100110101011011111110010111110111001000001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,10,183); }

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

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

 a { background-color: rgb(73,10,183); }

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

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

 span { border-color: rgb(73,10,183); }

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