#4D12AB

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

Shades of Purple Heart #4D12AB

Tints of Purple Heart #4D12AB

Color information

#4D12AB (or 0x4D12AB) is unknown color: approx Purple Heart. HEX triplet: 4D, 12 and AB. RGB value is (77,18,171). Sum of RGB (Red+Green+Blue) = 77+18+171=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D12AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D12AB is #B2ED54. Grayscale: #343434. Windows color (decimal): -11726165 or 11211341. OLE color: 11211341.

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

Color convert

RGB7718171-
CMYK0.550.8900.33
HSL263.14º80.95%37.06%-
HSV(B)263.14º89.47%67.06%-
XYZ10.634.9538.92-
YUV53.08194.55145.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 171 (67.19% from 255) = 64.29%
R=28.95%
G=6.77%
B=64.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77181710.550.8900.33263.1480.9537.06
Hex4D12AB37590211075125
Octal115222536713104140712145
Binary10011011001010101011110111101100101000011000001111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D12AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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