Html Css Color HEX #490DC6 Purple Heart

📋 copy color: '#490DC6'

red 73 ◦ green 13 ◦ blue 198

#490DC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #490DC6

Tints of Purple Heart #490DC6

RGB

 RED value IS 73 (28.91% from 255) = 25.7%

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 198 (77.73% from 255) = 69.72%

R = 25.7%
G = 4.58%
B = 69.72%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#490DC6 (or 0x490DC6) is known color: Purple Heart. HEX triplet: 49, 0D and C6. RGB value is (73,13,198). Sum of RGB (Red+Green+Blue) = 73+13+198=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 198 (77.73% from 255 or 69.72% from 284); Max value from RGB is 198 - color contains mainly: blue. Hex color #490DC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DC6 is #B6F239. Grayscale: #333333. Windows color (decimal): -11989562 or 12979529. OLE color: 12979529.

HSL color Cylindrical-coordinate representation of color #490DC6: hue angle of 259.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490DC6 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 13 198 -
CMYK 0.63 0.93 0 0.22
HSL 259.46º 0.88% 0.41% -
HSV(B) 259.46º 0.93% 0.78% -
XYZ 13.08 5.78 53.85 -
YUV 52.03 210.38 142.96 -
System Red Green Blue C M Y K H S L
Decimal 73 13 198 0.63 0.93 0 0.22 259.46 0.88 0.41
Hex 49 D C6 3F 5D 0 16 103 58 29
Octal 111 15 306 77 135 0 26 403 130 51
Binary 1001001 1101 11000110 111111 1011101 0 10110 100000011 1011000 101001

Color Harmonies of #490DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DC6

Black with #490DC6

Text Example


Text Example

White with #490DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #490DC6;
 }
 .AnyTagClassName
 {
   color: #490DC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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