Html Css Color HEX #491CAA Purple Heart

📋 copy color: '#491CAA'

red 73 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #491CAA

Tints of Purple Heart #491CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 26.94%
G = 10.33%
B = 62.73%

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

#491CAA (or 0x491CAA) is known color: Purple Heart. HEX triplet: 49, 1C and AA. RGB value is (73,28,170). Sum of RGB (Red+Green+Blue) = 73+28+170=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #491CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CAA is #B6E355. Grayscale: #393939. Windows color (decimal): -11985750 or 11148361. OLE color: 11148361.

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

Color convert

RGB 73 28 170 -
CMYK 0.57 0.84 0 0.33
HSL 259.01º 0.72% 0.39% -
HSV(B) 259.01º 0.84% 0.67% -
XYZ 10.42 5.15 38.47 -
YUV 57.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 73 28 170 0.57 0.84 0 0.33 259.01 0.72 0.39
Hex 49 1C AA 39 54 0 21 103 48 27
Octal 111 34 252 71 124 0 41 403 110 47
Binary 1001001 11100 10101010 111001 1010100 0 100001 100000011 1001000 100111

Color Harmonies of #491CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CAA

Black with #491CAA

Text Example


Text Example

White with #491CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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