Html Css Color HEX #491AAA Purple Heart

📋 copy color: '#491AAA'

red 73 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #491AAA

Tints of Purple Heart #491AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

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

R = 27.14%
G = 9.67%
B = 63.2%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491AAA (or 0x491AAA) is known color: Purple Heart. HEX triplet: 49, 1A and AA. RGB value is (73,26,170). Sum of RGB (Red+Green+Blue) = 73+26+170=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #491AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AAA is #B6E555. Grayscale: #373737. Windows color (decimal): -11986262 or 11147849. OLE color: 11147849.

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

Color convert

RGB 73 26 170 -
CMYK 0.57 0.85 0 0.33
HSL 259.58º 0.73% 0.38% -
HSV(B) 259.58º 0.85% 0.67% -
XYZ 10.37 5.06 38.46 -
YUV 56.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 73 26 170 0.57 0.85 0 0.33 259.58 0.73 0.38
Hex 49 1A AA 39 55 0 21 104 49 26
Octal 111 32 252 71 125 0 41 404 111 46
Binary 1001001 11010 10101010 111001 1010101 0 100001 100000100 1001001 100110

Color Harmonies of #491AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AAA

Black with #491AAA

Text Example


Text Example

White with #491AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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