#490dc1

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

Shades of Purple Heart #490DC1

Tints of Purple Heart #490DC1

Color information

#490DC1 (or 0x490DC1) is unknown color: approx Purple Heart. HEX triplet: 49, 0D and C1. RGB value is (73,13,193). Sum of RGB (Red+Green+Blue) = 73+13+193=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #490DC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DC1 is #B6F23E. Grayscale: #323232. Windows color (decimal): -11989567 or 12651849. OLE color: 12651849.

HSL color Cylindrical-coordinate representation of color #490DC1: hue angle of 260º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DC1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7313193-
CMYK0.620.9300.24
HSL260º87.38%40.39%-
HSV(B)260º93.26%75.69%-
XYZ12.525.5550.86-
YUV51.46207.88143.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 193 (75.78% from 255) = 69.18%
R=26.16%
G=4.66%
B=69.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73131930.620.9300.2426087.3840.39
Hex49DC13E5D0181045728
Octal111153017613503040412750
Binary100100111011100000111111010111010110001000001001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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