Html Css Color HEX #490DC1 Purple Heart

📋 copy color: '#490DC1'

red 73 ◦ green 13 ◦ blue 193

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

Shades of Purple Heart #490DC1

Tints of Purple Heart #490DC1

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 value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#490DC1 (or 0x490DC1) is known color: 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

RGB 73 13 193 -
CMYK 0.62 0.93 0 0.24
HSL 260º 0.87% 0.4% -
HSV(B) 260º 0.93% 0.76% -
XYZ 12.52 5.55 50.86 -
YUV 51.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 73 13 193 0.62 0.93 0 0.24 260 0.87 0.4
Hex 49 D C1 3E 5D 0 18 104 57 28
Octal 111 15 301 76 135 0 30 404 127 50
Binary 1001001 1101 11000001 111110 1011101 0 11000 100000100 1010111 101000

Color Harmonies of #490DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DC1

Black with #490DC1

Text Example


Text Example

White with #490DC1

Text Example


Text Example

HTML Codes & Css Web 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>