#4D2DB3

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

Shades of Purple Heart #4D2DB3

Tints of Purple Heart #4D2DB3

Color information

#4D2DB3 (or 0x4D2DB3) is unknown color: approx Purple Heart. HEX triplet: 4D, 2D and B3. RGB value is (77,45,179). Sum of RGB (Red+Green+Blue) = 77+45+179=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D2DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DB3 is #B2D24C. Grayscale: #454545. Windows color (decimal): -11719245 or 11742541. OLE color: 11742541.

HSL color Cylindrical-coordinate representation of color #4D2DB3: hue angle of 254.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2DB3 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7745179-
CMYK0.570.7500.30
HSL254.33º59.82%43.92%-
HSV(B)254.33º74.86%70.2%-
XYZ12.146.7143.3-
YUV69.84189.6133.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 45 (17.97% from 255) = 14.95%
BLUE value IS 179 (70.31% from 255) = 59.47%
R=25.58%
G=14.95%
B=59.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77451790.570.7500.30254.3359.8243.92
Hex4D2DB3394B01Efe3c2c
Octal11555263711130363767454
Binary100110110110110110011111001100101101111011111110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,45,179); }

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

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

 a { background-color: rgb(77,45,179); }

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

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

 span { border-color: rgb(77,45,179); }

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