Html Css Color HEX #491BAA Purple Heart

📋 copy color: '#491BAA'

red 73 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #491BAA

Tints of Purple Heart #491BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 27.04%
G = 10%
B = 62.96%

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

#491BAA (or 0x491BAA) is known color: Purple Heart. HEX triplet: 49, 1B and AA. RGB value is (73,27,170). Sum of RGB (Red+Green+Blue) = 73+27+170=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #491BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491BAA is #B6E455. Grayscale: #383838. Windows color (decimal): -11986006 or 11148105. OLE color: 11148105.

HSL color Cylindrical-coordinate representation of color #491BAA: hue angle of 259.3º 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 #491BAA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 27 170 -
CMYK 0.57 0.84 0 0.33
HSL 259.3º 0.73% 0.39% -
HSV(B) 259.3º 0.84% 0.67% -
XYZ 10.4 5.1 38.47 -
YUV 57.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 73 27 170 0.57 0.84 0 0.33 259.3 0.73 0.39
Hex 49 1B AA 39 54 0 21 103 49 27
Octal 111 33 252 71 124 0 41 403 111 47
Binary 1001001 11011 10101010 111001 1010100 0 100001 100000011 1001001 100111

Color Harmonies of #491BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BAA

Black with #491BAA

Text Example


Text Example

White with #491BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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