#4D1FC0

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

Shades of Purple Heart #4D1FC0

Tints of Purple Heart #4D1FC0

Color information

#4D1FC0 (or 0x4D1FC0) is unknown color: approx Purple Heart. HEX triplet: 4D, 1F and C0. RGB value is (77,31,192). Sum of RGB (Red+Green+Blue) = 77+31+192=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 192 (75.39% from 255 or 64% from 300); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D1FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D1FC0 is #B2E03F. Grayscale: #3E3E3E. Windows color (decimal): -11722816 or 12590925. OLE color: 12590925.

HSL color Cylindrical-coordinate representation of color #4D1FC0: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1FC0 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7731192-
CMYK0.600.8400.25
HSL257.14º72.2%43.73%-
HSV(B)257.14º83.85%75.29%-
XYZ13.066.3650.41-
YUV63.11200.74137.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.67%
GREEN value IS 31 (12.5% from 255) = 10.33%
BLUE value IS 192 (75.39% from 255) = 64%
R=25.67%
G=10.33%
B=64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77311920.600.8400.25257.1472.243.73
Hex4D1FC03C54019101482c
Octal115373007412403140111054
Binary1001101111111100000011110010101000110011000000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,31,192); }

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

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

 a { background-color: rgb(77,31,192); }

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

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

 span { border-color: rgb(77,31,192); }

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