#4D0ECF

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

Shades of Purple Heart #4D0ECF

Tints of Purple Heart #4D0ECF

Color information

#4D0ECF (or 0x4D0ECF) is unknown color: approx Purple Heart. HEX triplet: 4D, 0E and CF. RGB value is (77,14,207). Sum of RGB (Red+Green+Blue) = 77+14+207=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D0ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0ECF is #B2F130. Grayscale: #363636. Windows color (decimal): -11727153 or 13569613. OLE color: 13569613.

HSL color Cylindrical-coordinate representation of color #4D0ECF: hue angle of 259.59º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0ECF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7714207-
CMYK0.630.9300.19
HSL259.59º87.33%43.33%-
HSV(B)259.59º93.24%81.18%-
XYZ14.486.459.5-
YUV54.84213.87143.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 207 (81.25% from 255) = 69.46%
R=25.84%
G=4.70%
B=69.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal77142070.630.9300.19259.5987.3343.33
Hex4DECF3F5D013104572b
Octal115163177713502340412753
Binary100110111101100111111111110111010100111000001001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,14,207); }

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

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

 a { background-color: rgb(77,14,207); }

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

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

 span { border-color: rgb(77,14,207); }

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