Html Css Color HEX #491EAC Purple Heart

📋 copy color: '#491EAC'

red 73 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #491EAC

Tints of Purple Heart #491EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 26.55%
G = 10.91%
B = 62.55%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491EAC (or 0x491EAC) is known color: Purple Heart. HEX triplet: 49, 1E and AC. RGB value is (73,30,172). Sum of RGB (Red+Green+Blue) = 73+30+172=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #491EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EAC is #B6E153. Grayscale: #3A3A3A. Windows color (decimal): -11985236 or 11279945. OLE color: 11279945.

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

Color convert

RGB 73 30 172 -
CMYK 0.58 0.83 0 0.33
HSL 258.17º 0.7% 0.4% -
HSV(B) 258.17º 0.83% 0.67% -
XYZ 10.66 5.32 39.5 -
YUV 59.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 73 30 172 0.58 0.83 0 0.33 258.17 0.7 0.4
Hex 49 1E AC 3A 53 0 21 102 46 28
Octal 111 36 254 72 123 0 41 402 106 50
Binary 1001001 11110 10101100 111010 1010011 0 100001 100000010 1000110 101000

Color Harmonies of #491EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EAC

Black with #491EAC

Text Example


Text Example

White with #491EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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