#4D31D9

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

Shades of Purple Heart #4D31D9

Tints of Purple Heart #4D31D9

Color information

#4D31D9 (or 0x4D31D9) is unknown color: approx Purple Heart. HEX triplet: 4D, 31 and D9. RGB value is (77,49,217). Sum of RGB (Red+Green+Blue) = 77+49+217=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #4D31D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D31D9 is #B2CE26. Grayscale: #4B4B4B. Windows color (decimal): -11718183 or 14233933. OLE color: 14233933.

HSL color Cylindrical-coordinate representation of color #4D31D9: hue angle of 250º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D31D9 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7749217-
CMYK0.650.7700.15
HSL250º68.85%52.16%-
HSV(B)250º77.42%85.1%-
XYZ16.688.7866.46-
YUV76.52207.28128.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 217 (85.16% from 255) = 63.27%
R=22.45%
G=14.29%
B=63.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77492170.650.7700.1525068.8552.16
Hex4D31D9414D0Ffa4534
Octal1156133110111501737210564
Binary1001101110001110110011000001100110101111111110101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D31D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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