#4D0448

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

Shades of Tyrian Purple #4D0448

Tints of Tyrian Purple #4D0448

Color information

#4D0448 (or 0x4D0448) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 04 and 48. RGB value is (77,4,72). Sum of RGB (Red+Green+Blue) = 77+4+72=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0448 is #B2FBB7. Grayscale: #212121. Windows color (decimal): -11729848 or 4719693. OLE color: 4719693.

HSL color Cylindrical-coordinate representation of color #4D0448: hue angle of 304.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0448 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB77472-
CMYK00.950.060.70
HSL304.11º90.12%15.88%-
HSV(B)304.11º94.81%30.2%-
XYZ4.272.136.32-
YUV33.58149.68158.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.33%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 72 (28.52% from 255) = 47.06%
R=50.33%
G=2.61%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7747200.950.060.70304.1190.1215.88
Hex4D44805F6461305a10
Octal11541100137610646013220
Binary10011011001001000010111111101000110100110000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,4,72); }

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

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

 a { background-color: rgb(77,4,72); }

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

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

 span { border-color: rgb(77,4,72); }

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