Html Css Color HEX #491AAB Purple Heart

📋 copy color: '#491AAB'

red 73 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #491AAB

Tints of Purple Heart #491AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.33%

R = 27.04%
G = 9.63%
B = 63.33%

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

#491AAB (or 0x491AAB) is known color: Purple Heart. HEX triplet: 49, 1A and AB. RGB value is (73,26,171). Sum of RGB (Red+Green+Blue) = 73+26+171=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #491AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491AAB is #B6E554. Grayscale: #383838. Windows color (decimal): -11986261 or 11213385. OLE color: 11213385.

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

Color convert

RGB 73 26 171 -
CMYK 0.57 0.85 0 0.33
HSL 259.45º 0.74% 0.39% -
HSV(B) 259.45º 0.85% 0.67% -
XYZ 10.47 5.1 38.96 -
YUV 56.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 73 26 171 0.57 0.85 0 0.33 259.45 0.74 0.39
Hex 49 1A AB 39 55 0 21 103 4A 27
Octal 111 32 253 71 125 0 41 403 112 47
Binary 1001001 11010 10101011 111001 1010101 0 100001 100000011 1001010 100111

Color Harmonies of #491AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491AAB

Black with #491AAB

Text Example


Text Example

White with #491AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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