#4D1EAB

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

Shades of Purple Heart #4D1EAB

Tints of Purple Heart #4D1EAB

Color information

#4D1EAB (or 0x4D1EAB) is unknown color: approx Purple Heart. HEX triplet: 4D, 1E and AB. RGB value is (77,30,171). Sum of RGB (Red+Green+Blue) = 77+30+171=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EAB is #B2E154. Grayscale: #3B3B3B. Windows color (decimal): -11723093 or 11214413. OLE color: 11214413.

HSL color Cylindrical-coordinate representation of color #4D1EAB: hue angle of 260º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1EAB is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7730171-
CMYK0.550.8200.33
HSL260º70.15%39.41%-
HSV(B)260º82.46%67.06%-
XYZ10.885.4539.01-
YUV60.13190.57140.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=27.70%
G=10.79%
B=61.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77301710.550.8200.3326070.1539.41
Hex4D1EAB37520211044627
Octal115362536712204140410647
Binary10011011111010101011110111101001001000011000001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,30,171); }

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

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

 a { background-color: rgb(77,30,171); }

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

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

 span { border-color: rgb(77,30,171); }

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