Html Css Color HEX #491AAE Purple Heart

📋 copy color: '#491AAE'

red 73 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #491AAE

Tints of Purple Heart #491AAE

RGB

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

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

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

R = 26.74%
G = 9.52%
B = 63.74%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#491AAE (or 0x491AAE) is known color: Purple Heart. HEX triplet: 49, 1A and AE. RGB value is (73,26,174). Sum of RGB (Red+Green+Blue) = 73+26+174=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #491AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AAE is #B6E551. Grayscale: #383838. Windows color (decimal): -11986258 or 11409993. OLE color: 11409993.

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

Color convert

RGB 73 26 174 -
CMYK 0.58 0.85 0 0.32
HSL 259.05º 0.74% 0.39% -
HSV(B) 259.05º 0.85% 0.68% -
XYZ 10.76 5.21 40.48 -
YUV 56.93 194.07 139.47 -
System Red Green Blue C M Y K H S L
Decimal 73 26 174 0.58 0.85 0 0.32 259.05 0.74 0.39
Hex 49 1A AE 3A 55 0 20 103 4A 27
Octal 111 32 256 72 125 0 40 403 112 47
Binary 1001001 11010 10101110 111010 1010101 0 100000 100000011 1001010 100111

Color Harmonies of #491AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AAE

Black with #491AAE

Text Example


Text Example

White with #491AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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