#4D0C44

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

Shades of Tyrian Purple #4D0C44

Tints of Tyrian Purple #4D0C44

Color information

#4D0C44 (or 0x4D0C44) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 0C and 44. RGB value is (77,12,68). Sum of RGB (Red+Green+Blue) = 77+12+68=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0C44 is #B2F3BB. Grayscale: #252525. Windows color (decimal): -11727804 or 4459597. OLE color: 4459597.

HSL color Cylindrical-coordinate representation of color #4D0C44: hue angle of 308.31º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D0C44 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB771268-
CMYK00.840.120.70
HSL308.31º73.03%17.45%-
HSV(B)308.31º84.42%30.2%-
XYZ4.242.265.68-
YUV37.82145.03155.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 68 (26.95% from 255) = 43.31%
R=49.04%
G=7.64%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77126800.840.120.70308.3173.0317.45
Hex4DC44054C461344911
Octal1151410401241410646411121
Binary1001101110010001000101010011001000110100110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,12,68); }

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

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

 a { background-color: rgb(77,12,68); }

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

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

 span { border-color: rgb(77,12,68); }

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