Html Css Color HEX #491BB9 Purple Heart

📋 copy color: '#491BB9'

red 73 ◦ green 27 ◦ blue 185

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

Shades of Purple Heart #491BB9

Tints of Purple Heart #491BB9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

 BLUE value IS 185 (72.66% from 255) = 64.91%

R = 25.61%
G = 9.47%
B = 64.91%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#491BB9 (or 0x491BB9) is known color: Purple Heart. HEX triplet: 49, 1B and B9. RGB value is (73,27,185). Sum of RGB (Red+Green+Blue) = 73+27+185=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #491BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BB9 is #B6E446. Grayscale: #3A3A3A. Windows color (decimal): -11985991 or 12131145. OLE color: 12131145.

HSL color Cylindrical-coordinate representation of color #491BB9: hue angle of 257.47º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491BB9 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 27 185 -
CMYK 0.61 0.85 0 0.27
HSL 257.47º 0.75% 0.42% -
HSV(B) 257.47º 0.85% 0.73% -
XYZ 11.9 5.7 46.37 -
YUV 58.77 199.24 138.15 -
System Red Green Blue C M Y K H S L
Decimal 73 27 185 0.61 0.85 0 0.27 257.47 0.75 0.42
Hex 49 1B B9 3D 55 0 1B 101 4B 2A
Octal 111 33 271 75 125 0 33 401 113 52
Binary 1001001 11011 10111001 111101 1010101 0 11011 100000001 1001011 101010

Color Harmonies of #491BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BB9

Black with #491BB9

Text Example


Text Example

White with #491BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,27,185); }

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

background-color css

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

 a { background-color: rgb(73,27,185); }

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

border-color css

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

 span { border-color: rgb(73,27,185); }

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