#4D2DCA

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

Shades of Purple Heart #4D2DCA

Tints of Purple Heart #4D2DCA

Color information

#4D2DCA (or 0x4D2DCA) is unknown color: approx Purple Heart. HEX triplet: 4D, 2D and CA. RGB value is (77,45,202). Sum of RGB (Red+Green+Blue) = 77+45+202=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D2DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2DCA is #B2D235. Grayscale: #474747. Windows color (decimal): -11719222 or 13249869. OLE color: 13249869.

HSL color Cylindrical-coordinate representation of color #4D2DCA: hue angle of 252.23º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D2DCA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7745202-
CMYK0.620.7800.21
HSL252.23º63.56%48.43%-
HSV(B)252.23º77.72%79.22%-
XYZ14.667.7256.59-
YUV72.47201.1131.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 202 (79.30% from 255) = 62.35%
R=23.77%
G=13.89%
B=62.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal77452020.620.7800.21252.2363.5648.43
Hex4D2DCA3E4E015fc4030
Octal115553127611602537410060
Binary1001101101101110010101111101001110010101111111001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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