Html Css Color HEX #490CAF Purple Heart

📋 copy color: '#490CAF'

red 73 ◦ green 12 ◦ blue 175

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

Shades of Purple Heart #490CAF

Tints of Purple Heart #490CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.31%

R = 28.08%
G = 4.62%
B = 67.31%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#490CAF (or 0x490CAF) is known color: Purple Heart. HEX triplet: 49, 0C and AF. RGB value is (73,12,175). Sum of RGB (Red+Green+Blue) = 73+12+175=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #490CAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490CAF is #B6F350. Grayscale: #303030. Windows color (decimal): -11989841 or 11471945. OLE color: 11471945.

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

Color convert

RGB 73 12 175 -
CMYK 0.58 0.93 0 0.31
HSL 262.45º 0.87% 0.37% -
HSV(B) 262.45º 0.93% 0.69% -
XYZ 10.62 4.77 40.92 -
YUV 48.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 73 12 175 0.58 0.93 0 0.31 262.45 0.87 0.37
Hex 49 C AF 3A 5D 0 1F 106 57 25
Octal 111 14 257 72 135 0 37 406 127 45
Binary 1001001 1100 10101111 111010 1011101 0 11111 100000110 1010111 100101

Color Harmonies of #490CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490CAF

Black with #490CAF

Text Example


Text Example

White with #490CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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