Html Css Color HEX #491FAB Purple Heart

📋 copy color: '#491FAB'

red 73 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #491FAB

Tints of Purple Heart #491FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 26.55%
G = 11.27%
B = 62.18%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491FAB (or 0x491FAB) is known color: Purple Heart. HEX triplet: 49, 1F and AB. RGB value is (73,31,171). Sum of RGB (Red+Green+Blue) = 73+31+171=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #491FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491FAB is #B6E054. Grayscale: #3B3B3B. Windows color (decimal): -11984981 or 11214665. OLE color: 11214665.

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

Color convert

RGB 73 31 171 -
CMYK 0.57 0.82 0 0.33
HSL 258º 0.69% 0.4% -
HSV(B) 258º 0.82% 0.67% -
XYZ 10.59 5.34 39 -
YUV 59.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 73 31 171 0.57 0.82 0 0.33 258 0.69 0.4
Hex 49 1F AB 39 52 0 21 102 45 28
Octal 111 37 253 71 122 0 41 402 105 50
Binary 1001001 11111 10101011 111001 1010010 0 100001 100000010 1000101 101000

Color Harmonies of #491FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FAB

Black with #491FAB

Text Example


Text Example

White with #491FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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