#4D024B

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

Shades of Tyrian Purple #4D024B

Tints of Tyrian Purple #4D024B

Color information

#4D024B (or 0x4D024B) is unknown color: approx Tyrian Purple. HEX triplet: 4D, 02 and 4B. RGB value is (77,2,75). Sum of RGB (Red+Green+Blue) = 77+2+75=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D024B is #B2FDB4. Grayscale: #202020. Windows color (decimal): -11730357 or 4915789. OLE color: 4915789.

HSL color Cylindrical-coordinate representation of color #4D024B: hue angle of 301.6º 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 #4D024B is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB77275-
CMYK00.970.030.70
HSL301.6º94.94%15.49%-
HSV(B)301.6º97.4%30.2%-
XYZ4.352.136.84-
YUV32.75151.85159.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=50%
G=1.30%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7727500.970.030.70301.694.9415.49
Hex4D24B06134612e5ff
Octal11521130141310645613717
Binary10011011010010110110000111100011010010111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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