Html Css Color HEX #490DAE Purple Heart

📋 copy color: '#490DAE'

red 73 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #490DAE

Tints of Purple Heart #490DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 28.08%
G = 5%
B = 66.92%

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

#490DAE (or 0x490DAE) is known color: Purple Heart. HEX triplet: 49, 0D and AE. RGB value is (73,13,174). Sum of RGB (Red+Green+Blue) = 73+13+174=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #490DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DAE is #B6F251. Grayscale: #303030. Windows color (decimal): -11989586 or 11406665. OLE color: 11406665.

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

Color convert

RGB 73 13 174 -
CMYK 0.58 0.93 0 0.32
HSL 262.36º 0.86% 0.37% -
HSV(B) 262.36º 0.93% 0.68% -
XYZ 10.53 4.76 40.41 -
YUV 49.29 198.38 144.91 -
System Red Green Blue C M Y K H S L
Decimal 73 13 174 0.58 0.93 0 0.32 262.36 0.86 0.37
Hex 49 D AE 3A 5D 0 20 106 56 25
Octal 111 15 256 72 135 0 40 406 126 45
Binary 1001001 1101 10101110 111010 1011101 0 100000 100000110 1010110 100101

Color Harmonies of #490DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490DAE

Black with #490DAE

Text Example


Text Example

White with #490DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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