Html Css Color HEX #491FAF Purple Heart

📋 copy color: '#491FAF'

red 73 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #491FAF

Tints of Purple Heart #491FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 26.16%
G = 11.11%
B = 62.72%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#491FAF (or 0x491FAF) is known color: Purple Heart. HEX triplet: 49, 1F and AF. RGB value is (73,31,175). Sum of RGB (Red+Green+Blue) = 73+31+175=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #491FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491FAF is #B6E050. Grayscale: #3B3B3B. Windows color (decimal): -11984977 or 11476809. OLE color: 11476809.

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

Color convert

RGB 73 31 175 -
CMYK 0.58 0.82 0 0.31
HSL 257.5º 0.7% 0.4% -
HSV(B) 257.5º 0.82% 0.69% -
XYZ 10.98 5.49 41.04 -
YUV 59.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 73 31 175 0.58 0.82 0 0.31 257.5 0.7 0.4
Hex 49 1F AF 3A 52 0 1F 102 46 28
Octal 111 37 257 72 122 0 37 402 106 50
Binary 1001001 11111 10101111 111010 1010010 0 11111 100000010 1000110 101000

Color Harmonies of #491FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FAF

Black with #491FAF

Text Example


Text Example

White with #491FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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