#4D2ED5

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

Shades of Purple Heart #4D2ED5

Tints of Purple Heart #4D2ED5

Color information

#4D2ED5 (or 0x4D2ED5) is unknown color: approx Purple Heart. HEX triplet: 4D, 2E and D5. RGB value is (77,46,213). Sum of RGB (Red+Green+Blue) = 77+46+213=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 213 (83.59% from 255 or 63.39% from 336); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D2ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2ED5 is #B2D12A. Grayscale: #494949. Windows color (decimal): -11718955 or 13971021. OLE color: 13971021.

HSL color Cylindrical-coordinate representation of color #4D2ED5: hue angle of 251.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2ED5 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7746213-
CMYK0.640.7800.16
HSL251.14º66.53%50.78%-
HSV(B)251.14º78.4%83.53%-
XYZ16.058.3463.71-
YUV74.31206.27129.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 46 (18.36% from 255) = 13.69%
BLUE value IS 213 (83.59% from 255) = 63.39%
R=22.92%
G=13.69%
B=63.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77462130.640.7800.16251.1466.5350.78
Hex4D2ED5404E010fb4333
Octal1155632510011602037310363
Binary10011011011101101010110000001001110010000111110111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,46,213); }

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

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

 a { background-color: rgb(77,46,213); }

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

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

 span { border-color: rgb(77,46,213); }

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