#4D0245

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

Shades of Tyrian Purple #4D0245

Tints of Tyrian Purple #4D0245

Color information

#4D0245 (or 0x4D0245) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 45. RGB value is (77,2,69). Sum of RGB (Red+Green+Blue) = 77+2+69=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 69 (27.34% from 255 or 46.62% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0245 is #B2FDBA. Grayscale: #1F1F1F. Windows color (decimal): -11730363 or 4522573. OLE color: 4522573.

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

Color convert

RGB77269-
CMYK00.970.100.70
HSL306.4º94.94%15.49%-
HSV(B)306.4º97.4%30.2%-
XYZ4.162.055.81-
YUV32.06148.85160.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.03%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 69 (27.34% from 255) = 46.62%
R=52.03%
G=1.35%
B=46.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7726900.970.100.70306.494.9415.49
Hex4D245061A461325ff
Octal115210501411210646213717
Binary1001101101000101011000011010100011010011001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,2,69); }

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

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

 a { background-color: rgb(77,2,69); }

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

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

 span { border-color: rgb(77,2,69); }

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