Html Css Color HEX #491BAE Purple Heart

📋 copy color: '#491BAE'

red 73 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #491BAE

Tints of Purple Heart #491BAE

RGB

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

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

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

R = 26.64%
G = 9.85%
B = 63.5%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#491BAE (or 0x491BAE) is known color: Purple Heart. HEX triplet: 49, 1B and AE. RGB value is (73,27,174). Sum of RGB (Red+Green+Blue) = 73+27+174=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #491BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491BAE is #B6E451. Grayscale: #383838. Windows color (decimal): -11986002 or 11410249. OLE color: 11410249.

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

Color convert

RGB 73 27 174 -
CMYK 0.58 0.84 0 0.32
HSL 258.78º 0.73% 0.39% -
HSV(B) 258.78º 0.84% 0.68% -
XYZ 10.78 5.26 40.49 -
YUV 57.51 193.74 139.05 -
System Red Green Blue C M Y K H S L
Decimal 73 27 174 0.58 0.84 0 0.32 258.78 0.73 0.39
Hex 49 1B AE 3A 54 0 20 103 49 27
Octal 111 33 256 72 124 0 40 403 111 47
Binary 1001001 11011 10101110 111010 1010100 0 100000 100000011 1001001 100111

Color Harmonies of #491BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BAE

Black with #491BAE

Text Example


Text Example

White with #491BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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