#4D13BF

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

Shades of Purple Heart #4D13BF

Tints of Purple Heart #4D13BF

Color information

#4D13BF (or 0x4D13BF) is unknown color: approx Purple Heart. HEX triplet: 4D, 13 and BF. RGB value is (77,19,191). Sum of RGB (Red+Green+Blue) = 77+19+191=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D13BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13BF is #B2EC40. Grayscale: #373737. Windows color (decimal): -11725889 or 12522317. OLE color: 12522317.

HSL color Cylindrical-coordinate representation of color #4D13BF: hue angle of 260.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D13BF is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7719191-
CMYK0.600.9000.25
HSL260.23º81.9%41.18%-
HSV(B)260.23º90.05%74.9%-
XYZ12.75.8149.74-
YUV55.95204.22143.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 19 (7.81% from 255) = 6.62%
BLUE value IS 191 (75% from 255) = 66.55%
R=26.83%
G=6.62%
B=66.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77191910.600.9000.25260.2381.941.18
Hex4D13BF3C5A0191045229
Octal115232777413203140412251
Binary1001101100111011111111110010110100110011000001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D13BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,19,191); }

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

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

 a { background-color: rgb(77,19,191); }

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

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

 span { border-color: rgb(77,19,191); }

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