#4D28AB

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

Shades of Purple Heart #4D28AB

Tints of Purple Heart #4D28AB

Color information

#4D28AB (or 0x4D28AB) is unknown color: approx Purple Heart. HEX triplet: 4D, 28 and AB. RGB value is (77,40,171). Sum of RGB (Red+Green+Blue) = 77+40+171=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D28AB is #B2D754. Grayscale: #414141. Windows color (decimal): -11720533 or 11216973. OLE color: 11216973.

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

Color convert

RGB7740171-
CMYK0.550.7700.33
HSL256.95º62.09%41.37%-
HSV(B)256.95º76.61%67.06%-
XYZ11.176.0439.1-
YUV66187.26135.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=26.74%
G=13.89%
B=59.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77401710.550.7700.33256.9562.0941.37
Hex4D28AB374D0211013e29
Octal11550253671150414017651
Binary10011011010001010101111011110011010100001100000001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D28AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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