Html Css Color HEX #491FBE Purple Heart

📋 copy color: '#491FBE'

red 73 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #491FBE

Tints of Purple Heart #491FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.63%

R = 24.83%
G = 10.54%
B = 64.63%

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

#491FBE (or 0x491FBE) is known color: Purple Heart. HEX triplet: 49, 1F and BE. RGB value is (73,31,190). Sum of RGB (Red+Green+Blue) = 73+31+190=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #491FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FBE is #B6E041. Grayscale: #3D3D3D. Windows color (decimal): -11984962 or 12459849. OLE color: 12459849.

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

Color convert

RGB 73 31 190 -
CMYK 0.62 0.84 0 0.25
HSL 255.85º 0.72% 0.43% -
HSV(B) 255.85º 0.84% 0.75% -
XYZ 12.53 6.11 49.23 -
YUV 61.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 73 31 190 0.62 0.84 0 0.25 255.85 0.72 0.43
Hex 49 1F BE 3E 54 0 19 100 48 2B
Octal 111 37 276 76 124 0 31 400 110 53
Binary 1001001 11111 10111110 111110 1010100 0 11001 100000000 1001000 101011

Color Harmonies of #491FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FBE

Black with #491FBE

Text Example


Text Example

White with #491FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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