Html Css Color HEX #491FAC Purple Heart

📋 copy color: '#491FAC'

red 73 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #491FAC

Tints of Purple Heart #491FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.23%

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

R = 26.45%
G = 11.23%
B = 62.32%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491FAC (or 0x491FAC) is known color: Purple Heart. HEX triplet: 49, 1F and AC. RGB value is (73,31,172). Sum of RGB (Red+Green+Blue) = 73+31+172=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #491FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491FAC is #B6E053. Grayscale: #3B3B3B. Windows color (decimal): -11984980 or 11280201. OLE color: 11280201.

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

Color convert

RGB 73 31 172 -
CMYK 0.58 0.82 0 0.33
HSL 257.87º 0.69% 0.4% -
HSV(B) 257.87º 0.82% 0.67% -
XYZ 10.68 5.37 39.5 -
YUV 59.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 73 31 172 0.58 0.82 0 0.33 257.87 0.69 0.4
Hex 49 1F AC 3A 52 0 21 102 45 28
Octal 111 37 254 72 122 0 41 402 105 50
Binary 1001001 11111 10101100 111010 1010010 0 100001 100000010 1000101 101000

Color Harmonies of #491FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FAC

Black with #491FAC

Text Example


Text Example

White with #491FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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