#4931B9

Color #4931B9 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4931B9

Tints of Purple Heart #4931B9

Color information

#4931B9 (or 0x4931B9) is unknown color: approx Purple Heart. HEX triplet: 49, 31 and B9. RGB value is (73,49,185). Sum of RGB (Red+Green+Blue) = 73+49+185=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #4931B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4931B9 is #B6CE46. Grayscale: #474747. Windows color (decimal): -11980359 or 12136777. OLE color: 12136777.

HSL color Cylindrical-coordinate representation of color #4931B9: hue angle of 250.59º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4931B9 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7349185-
CMYK0.610.7400.27
HSL250.59º58.12%45.88%-
HSV(B)250.59º73.51%72.55%-
XYZ12.67.1246.61-
YUV71.68191.95128.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 185 (72.66% from 255) = 60.26%
R=23.78%
G=15.96%
B=60.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73491850.610.7400.27250.5958.1245.88
Hex4931B93D4A01Bfb3a2e
Octal11161271751120333737256
Binary100100111000110111001111101100101001101111111011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4931B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4931B9; }

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

 H1.HeaderClassName
 {
   color: #4931B9;
 }
 .AnyTagClassName
 {
   color: #4931B9;
 }
</style>
background-color css

<style>
 a { background-color: #4931B9; }

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

 div.DivClassName
 {
   background-color: #4931B9;
 }
 .BgClassName
 {
   background-color: #4931B9;
 }
</style>
border-color css

<style>
 span { border-color: #4931B9; }

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

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