Html Css Color HEX #490CAD Purple Heart

📋 copy color: '#490CAD'

red 73 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #490CAD

Tints of Purple Heart #490CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

 BLUE value IS 173 (67.97% from 255) = 67.05%

R = 28.29%
G = 4.65%
B = 67.05%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#490CAD (or 0x490CAD) is known color: Purple Heart. HEX triplet: 49, 0C and AD. RGB value is (73,12,173). Sum of RGB (Red+Green+Blue) = 73+12+173=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #490CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490CAD is #B6F352. Grayscale: #303030. Windows color (decimal): -11989843 or 11340873. OLE color: 11340873.

HSL color Cylindrical-coordinate representation of color #490CAD: hue angle of 262.73º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490CAD is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 12 173 -
CMYK 0.58 0.93 0 0.32
HSL 262.73º 0.87% 0.36% -
HSV(B) 262.73º 0.93% 0.68% -
XYZ 10.42 4.7 39.89 -
YUV 48.59 198.21 145.41 -
System Red Green Blue C M Y K H S L
Decimal 73 12 173 0.58 0.93 0 0.32 262.73 0.87 0.36
Hex 49 C AD 3A 5D 0 20 107 57 24
Octal 111 14 255 72 135 0 40 407 127 44
Binary 1001001 1100 10101101 111010 1011101 0 100000 100000111 1010111 100100

Color Harmonies of #490CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CAD

Black with #490CAD

Text Example


Text Example

White with #490CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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