#4D31BB

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

Shades of Purple Heart #4D31BB

Tints of Purple Heart #4D31BB

Color information

#4D31BB (or 0x4D31BB) is unknown color: approx Purple Heart. HEX triplet: 4D, 31 and BB. RGB value is (77,49,187). Sum of RGB (Red+Green+Blue) = 77+49+187=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D31BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D31BB is #B2CE44. Grayscale: #484848. Windows color (decimal): -11718213 or 12267853. OLE color: 12267853.

HSL color Cylindrical-coordinate representation of color #4D31BB: hue angle of 252.17º 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 #4D31BB is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7749187-
CMYK0.590.7400.27
HSL252.17º58.47%46.27%-
HSV(B)252.17º73.8%73.33%-
XYZ13.137.3647.74-
YUV73.1192.28130.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=24.60%
G=15.65%
B=59.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77491870.590.7400.27252.1758.4746.27
Hex4D31BB3B4A01Bfc3a2e
Octal11561273731120333747256
Binary100110111000110111011111011100101001101111111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D31BB; }

 p { color: rgb(77,49,187); }

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

<style>
 a { background-color: #4D31BB; }

 a { background-color: rgb(77,49,187); }

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

<style>
 span { border-color: #4D31BB; }

 span { border-color: rgb(77,49,187); }

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