#490CCE

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

Shades of Purple Heart #490CCE

Tints of Purple Heart #490CCE

Color information

#490CCE (or 0x490CCE) is unknown color: approx Purple Heart. HEX triplet: 49, 0C and CE. RGB value is (73,12,206). Sum of RGB (Red+Green+Blue) = 73+12+206=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #490CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490CCE is #B6F331. Grayscale: #333333. Windows color (decimal): -11989810 or 13503561. OLE color: 13503561.

HSL color Cylindrical-coordinate representation of color #490CCE: hue angle of 258.87º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490CCE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7312206-
CMYK0.650.9400.19
HSL258.87º88.99%42.75%-
HSV(B)258.87º94.17%80.78%-
XYZ14.026.1458.84-
YUV52.36214.71142.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 206 (80.86% from 255) = 70.79%
R=25.09%
G=4.12%
B=70.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal73122060.650.9400.19258.8788.9942.75
Hex49CCE415E013103592b
Octal1111431610113602340313153
Binary1001001110011001110100000110111100100111000000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,12,206); }

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

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

 a { background-color: rgb(73,12,206); }

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

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

 span { border-color: rgb(73,12,206); }

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