Html Css Color HEX #491EAE Purple Heart

📋 copy color: '#491EAE'

red 73 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #491EAE

Tints of Purple Heart #491EAE

RGB

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

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

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

R = 26.35%
G = 10.83%
B = 62.82%

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

#491EAE (or 0x491EAE) is known color: Purple Heart. HEX triplet: 49, 1E and AE. RGB value is (73,30,174). Sum of RGB (Red+Green+Blue) = 73+30+174=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #491EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAE is #B6E151. Grayscale: #3A3A3A. Windows color (decimal): -11985234 or 11411017. OLE color: 11411017.

HSL color Cylindrical-coordinate representation of color #491EAE: hue angle of 257.92º degrees, saturation: 0.71, 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 #491EAE is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 30 174 -
CMYK 0.58 0.83 0 0.32
HSL 257.92º 0.71% 0.4% -
HSV(B) 257.92º 0.83% 0.68% -
XYZ 10.85 5.4 40.51 -
YUV 59.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 73 30 174 0.58 0.83 0 0.32 257.92 0.71 0.4
Hex 49 1E AE 3A 53 0 20 102 47 28
Octal 111 36 256 72 123 0 40 402 107 50
Binary 1001001 11110 10101110 111010 1010011 0 100000 100000010 1000111 101000

Color Harmonies of #491EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EAE

Black with #491EAE

Text Example


Text Example

White with #491EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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