#490DAF

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

Shades of Purple Heart #490DAF

Tints of Purple Heart #490DAF

Color information

#490DAF (or 0x490DAF) is unknown color: approx Purple Heart. HEX triplet: 49, 0D and AF. RGB value is (73,13,175). Sum of RGB (Red+Green+Blue) = 73+13+175=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #490DAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DAF is #B6F250. Grayscale: #303030. Windows color (decimal): -11989585 or 11472201. OLE color: 11472201.

HSL color Cylindrical-coordinate representation of color #490DAF: hue angle of 262.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DAF is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7313175-
CMYK0.580.9300.31
HSL262.22º86.17%36.86%-
HSV(B)262.22º92.57%68.63%-
XYZ10.634.840.92-
YUV49.41198.88144.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 175 (68.75% from 255) = 67.05%
R=27.97%
G=4.98%
B=67.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73131750.580.9300.31262.2286.1736.86
Hex49DAF3A5D01F1065625
Octal111152577213503740612645
Binary100100111011010111111101010111010111111000001101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,13,175); }

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

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

 a { background-color: rgb(73,13,175); }

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

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

 span { border-color: rgb(73,13,175); }

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