#4D003D

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

Shades of Tyrian Purple #4D003D

Tints of Tyrian Purple #4D003D

Color information

#4D003D (or 0x4D003D) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 00 and 3D. RGB value is (77,0,61). Sum of RGB (Red+Green+Blue) = 77+0+61=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D003D is #B2FFC2. Grayscale: #1D1D1D. Windows color (decimal): -11730883 or 3997773. OLE color: 3997773.

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

Color convert

RGB77061-
CMYK010.210.70
HSL312.47º100%15.1%-
HSV(B)312.47º100%30.2%-
XYZ3.91.914.58-
YUV29.98145.51161.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 55.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=55.80%
G=0%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77061010.210.70312.4710015.1
Hex4D03D064154613864f
Octal11507501442510647014417
Binary100110101111010110010010101100011010011100011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,0,61); }

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

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

 a { background-color: rgb(77,0,61); }

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

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

 span { border-color: rgb(77,0,61); }

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