Html Css Color HEX #491AAD Purple Heart

📋 copy color: '#491AAD'

red 73 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #491AAD

Tints of Purple Heart #491AAD

RGB

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

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

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

R = 26.84%
G = 9.56%
B = 63.6%

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

#491AAD (or 0x491AAD) is known color: Purple Heart. HEX triplet: 49, 1A and AD. RGB value is (73,26,173). Sum of RGB (Red+Green+Blue) = 73+26+173=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #491AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AAD is #B6E552. Grayscale: #383838. Windows color (decimal): -11986259 or 11344457. OLE color: 11344457.

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

Color convert

RGB 73 26 173 -
CMYK 0.58 0.85 0 0.32
HSL 259.18º 0.74% 0.39% -
HSV(B) 259.18º 0.85% 0.68% -
XYZ 10.66 5.17 39.97 -
YUV 56.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 73 26 173 0.58 0.85 0 0.32 259.18 0.74 0.39
Hex 49 1A AD 3A 55 0 20 103 4A 27
Octal 111 32 255 72 125 0 40 403 112 47
Binary 1001001 11010 10101101 111010 1010101 0 100000 100000011 1001010 100111

Color Harmonies of #491AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AAD

Black with #491AAD

Text Example


Text Example

White with #491AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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