Html Css Color HEX #491FBF Purple Heart

📋 copy color: '#491FBF'

red 73 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #491FBF

Tints of Purple Heart #491FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.75%

R = 24.75%
G = 10.51%
B = 64.75%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#491FBF (or 0x491FBF) is known color: Purple Heart. HEX triplet: 49, 1F and BF. RGB value is (73,31,191). Sum of RGB (Red+Green+Blue) = 73+31+191=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #491FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FBF is #B6E040. Grayscale: #3D3D3D. Windows color (decimal): -11984961 or 12525385. OLE color: 12525385.

HSL color Cylindrical-coordinate representation of color #491FBF: hue angle of 255.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491FBF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 31 191 -
CMYK 0.62 0.84 0 0.25
HSL 255.75º 0.72% 0.44% -
HSV(B) 255.75º 0.84% 0.75% -
XYZ 12.64 6.16 49.81 -
YUV 61.8 200.91 135.99 -
System Red Green Blue C M Y K H S L
Decimal 73 31 191 0.62 0.84 0 0.25 255.75 0.72 0.44
Hex 49 1F BF 3E 54 0 19 100 48 2C
Octal 111 37 277 76 124 0 31 400 110 54
Binary 1001001 11111 10111111 111110 1010100 0 11001 100000000 1001000 101100

Color Harmonies of #491FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FBF

Black with #491FBF

Text Example


Text Example

White with #491FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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