#4D014B

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

Shades of Tyrian Purple #4D014B

Tints of Tyrian Purple #4D014B

Color information

#4D014B (or 0x4D014B) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 01 and 4B. RGB value is (77,1,75). Sum of RGB (Red+Green+Blue) = 77+1+75=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D014B is #B2FEB4. Grayscale: #1F1F1F. Windows color (decimal): -11730613 or 4915533. OLE color: 4915533.

HSL color Cylindrical-coordinate representation of color #4D014B: hue angle of 301.58º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D014B is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB77175-
CMYK00.990.030.70
HSL301.58º97.44%15.29%-
HSV(B)301.58º98.7%30.2%-
XYZ4.342.116.83-
YUV32.16152.18159.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.33%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=50.33%
G=0.65%
B=49.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7717500.990.030.70301.5897.4415.29
Hex4D14B06334612e61f
Octal11511130143310645614117
Binary1001101110010110110001111100011010010111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D014B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,1,75); }

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

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

 a { background-color: rgb(77,1,75); }

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

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

 span { border-color: rgb(77,1,75); }

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