#4D2FCC

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

Shades of Purple Heart #4D2FCC

Tints of Purple Heart #4D2FCC

Color information

#4D2FCC (or 0x4D2FCC) is unknown color: approx Purple Heart. HEX triplet: 4D, 2F and CC. RGB value is (77,47,204). Sum of RGB (Red+Green+Blue) = 77+47+204=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #4D2FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2FCC is #B2D033. Grayscale: #494949. Windows color (decimal): -11718708 or 13381453. OLE color: 13381453.

HSL color Cylindrical-coordinate representation of color #4D2FCC: hue angle of 251.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D2FCC is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7747204-
CMYK0.620.7700.2
HSL251.46º62.55%49.22%-
HSV(B)251.46º76.96%80%-
XYZ14.987.9757.88-
YUV73.87201.44130.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.48%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=23.48%
G=14.33%
B=62.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal77472040.620.7700.2251.4662.5549.22
Hex4D2FCC3E4D014fb3f31
Octal11557314761150243737761
Binary100110110111111001100111110100110101010011111011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,47,204); }

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

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

 a { background-color: rgb(77,47,204); }

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

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

 span { border-color: rgb(77,47,204); }

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