Html Css Color HEX #491EAD Purple Heart

📋 copy color: '#491EAD'

red 73 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #491EAD

Tints of Purple Heart #491EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.87%

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

R = 26.45%
G = 10.87%
B = 62.68%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#491EAD (or 0x491EAD) is known color: Purple Heart. HEX triplet: 49, 1E and AD. RGB value is (73,30,173). Sum of RGB (Red+Green+Blue) = 73+30+173=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #491EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAD is #B6E152. Grayscale: #3A3A3A. Windows color (decimal): -11985235 or 11345481. OLE color: 11345481.

HSL color Cylindrical-coordinate representation of color #491EAD: hue angle of 258.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491EAD is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 30 173 -
CMYK 0.58 0.83 0 0.32
HSL 258.04º 0.7% 0.4% -
HSV(B) 258.04º 0.83% 0.68% -
XYZ 10.75 5.36 40 -
YUV 59.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 73 30 173 0.58 0.83 0 0.32 258.04 0.7 0.4
Hex 49 1E AD 3A 53 0 20 102 46 28
Octal 111 36 255 72 123 0 40 402 106 50
Binary 1001001 11110 10101101 111010 1010011 0 100000 100000010 1000110 101000

Color Harmonies of #491EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EAD

Black with #491EAD

Text Example


Text Example

White with #491EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491EAD; }

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

 H1.HeaderClassName
 {
   color: #491EAD;
 }
 .AnyTagClassName
 {
   color: #491EAD;
 }
</style>

background-color css

<style>
 a { background-color: #491EAD; }

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

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

border-color css

<style>
 span { border-color: #491EAD; }

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

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