Html Css Color HEX #491EAB Purple Heart

📋 copy color: '#491EAB'

red 73 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #491EAB

Tints of Purple Heart #491EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

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

R = 26.64%
G = 10.95%
B = 62.41%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491EAB (or 0x491EAB) is known color: Purple Heart. HEX triplet: 49, 1E and AB. RGB value is (73,30,171). Sum of RGB (Red+Green+Blue) = 73+30+171=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #491EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAB is #B6E154. Grayscale: #3A3A3A. Windows color (decimal): -11985237 or 11214409. OLE color: 11214409.

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

Color convert

RGB 73 30 171 -
CMYK 0.57 0.82 0 0.33
HSL 258.3º 0.7% 0.39% -
HSV(B) 258.3º 0.82% 0.67% -
XYZ 10.56 5.29 38.99 -
YUV 58.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 73 30 171 0.57 0.82 0 0.33 258.3 0.7 0.39
Hex 49 1E AB 39 52 0 21 102 46 27
Octal 111 36 253 71 122 0 41 402 106 47
Binary 1001001 11110 10101011 111001 1010010 0 100001 100000010 1000110 100111

Color Harmonies of #491EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EAB

Black with #491EAB

Text Example


Text Example

White with #491EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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