Html Css Color HEX #491CAE Purple Heart

📋 copy color: '#491CAE'

red 73 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #491CAE

Tints of Purple Heart #491CAE

RGB

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

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

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

R = 26.55%
G = 10.18%
B = 63.27%

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

#491CAE (or 0x491CAE) is known color: Purple Heart. HEX triplet: 49, 1C and AE. RGB value is (73,28,174). Sum of RGB (Red+Green+Blue) = 73+28+174=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #491CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CAE is #B6E351. Grayscale: #393939. Windows color (decimal): -11985746 or 11410505. OLE color: 11410505.

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

Color convert

RGB 73 28 174 -
CMYK 0.58 0.84 0 0.32
HSL 258.49º 0.72% 0.4% -
HSV(B) 258.49º 0.84% 0.68% -
XYZ 10.8 5.3 40.5 -
YUV 58.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 73 28 174 0.58 0.84 0 0.32 258.49 0.72 0.4
Hex 49 1C AE 3A 54 0 20 102 48 28
Octal 111 34 256 72 124 0 40 402 110 50
Binary 1001001 11100 10101110 111010 1010100 0 100000 100000010 1001000 101000

Color Harmonies of #491CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CAE

Black with #491CAE

Text Example


Text Example

White with #491CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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