Html Css Color HEX #491EAA Purple Heart

📋 copy color: '#491EAA'

red 73 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #491EAA

Tints of Purple Heart #491EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.27%

R = 26.74%
G = 10.99%
B = 62.27%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491EAA (or 0x491EAA) is known color: Purple Heart. HEX triplet: 49, 1E and AA. RGB value is (73,30,170). Sum of RGB (Red+Green+Blue) = 73+30+170=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #491EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAA is #B6E155. Grayscale: #3A3A3A. Windows color (decimal): -11985238 or 11148873. OLE color: 11148873.

HSL color Cylindrical-coordinate representation of color #491EAA: hue angle of 258.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491EAA is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 30 170 -
CMYK 0.57 0.82 0 0.33
HSL 258.43º 0.7% 0.39% -
HSV(B) 258.43º 0.82% 0.67% -
XYZ 10.47 5.25 38.49 -
YUV 58.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 73 30 170 0.57 0.82 0 0.33 258.43 0.7 0.39
Hex 49 1E AA 39 52 0 21 102 46 27
Octal 111 36 252 71 122 0 41 402 106 47
Binary 1001001 11110 10101010 111001 1010010 0 100001 100000010 1000110 100111

Color Harmonies of #491EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EAA

Black with #491EAA

Text Example


Text Example

White with #491EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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