#4D3AD6

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

Shades of Purple Heart #4D3AD6

Tints of Purple Heart #4D3AD6

Color information

#4D3AD6 (or 0x4D3AD6) is unknown color: approx Purple Heart. HEX triplet: 4D, 3A and D6. RGB value is (77,58,214). Sum of RGB (Red+Green+Blue) = 77+58+214=349 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.06% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 214 (83.98% from 255 or 61.32% from 349); Max value from RGB is 214 - color contains mainly: blue. Hex color #4D3AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3AD6 is #B2C529. Grayscale: #505050. Windows color (decimal): -11715882 or 14039629. OLE color: 14039629.

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

Color convert

RGB7758214-
CMYK0.640.7300.16
HSL247.31º65.55%53.33%-
HSV(B)247.31º72.9%83.92%-
XYZ16.719.4664.56-
YUV81.46202.79124.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.06%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 214 (83.98% from 255) = 61.32%
R=22.06%
G=16.62%
B=61.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77582140.640.7300.16247.3165.5553.33
Hex4D3AD64049010f74235
Octal1157232610011102036710265
Binary10011011110101101011010000001001001010000111101111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,58,214); }

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

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

 a { background-color: rgb(77,58,214); }

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

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

 span { border-color: rgb(77,58,214); }

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