Html Css Color HEX #491BAB Purple Heart

📋 copy color: '#491BAB'

red 73 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #491BAB

Tints of Purple Heart #491BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

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

R = 26.94%
G = 9.96%
B = 63.1%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491BAB (or 0x491BAB) is known color: Purple Heart. HEX triplet: 49, 1B and AB. RGB value is (73,27,171). Sum of RGB (Red+Green+Blue) = 73+27+171=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #491BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491BAB is #B6E454. Grayscale: #383838. Windows color (decimal): -11986005 or 11213641. OLE color: 11213641.

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

Color convert

RGB 73 27 171 -
CMYK 0.57 0.84 0 0.33
HSL 259.17º 0.73% 0.39% -
HSV(B) 259.17º 0.84% 0.67% -
XYZ 10.49 5.14 38.97 -
YUV 57.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 73 27 171 0.57 0.84 0 0.33 259.17 0.73 0.39
Hex 49 1B AB 39 54 0 21 103 49 27
Octal 111 33 253 71 124 0 41 403 111 47
Binary 1001001 11011 10101011 111001 1010100 0 100001 100000011 1001001 100111

Color Harmonies of #491BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BAB

Black with #491BAB

Text Example


Text Example

White with #491BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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