#4D31B0

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

Shades of Purple Heart #4D31B0

Tints of Purple Heart #4D31B0

Color information

#4D31B0 (or 0x4D31B0) is unknown color: approx Purple Heart. HEX triplet: 4D, 31 and B0. RGB value is (77,49,176). Sum of RGB (Red+Green+Blue) = 77+49+176=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 176 (69.14% from 255 or 58.28% from 302); Max value from RGB is 176 - color contains mainly: blue. Hex color #4D31B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D31B0 is #B2CE4F. Grayscale: #474747. Windows color (decimal): -11718224 or 11546957. OLE color: 11546957.

HSL color Cylindrical-coordinate representation of color #4D31B0: hue angle of 253.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D31B0 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7749176-
CMYK0.560.7200.31
HSL253.23º56.44%44.12%-
HSV(B)253.23º72.16%69.02%-
XYZ126.9141.78-
YUV71.85186.78131.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 176 (69.14% from 255) = 58.28%
R=25.50%
G=16.23%
B=58.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77491760.560.7200.31253.2356.4444.12
Hex4D31B0384801Ffd382c
Octal11561260701100373757054
Binary100110111000110110000111000100100001111111111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D31B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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