#4B053C

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

Shades of Tyrian Purple #4B053C

Tints of Tyrian Purple #4B053C

Color information

#4B053C (or 0x4B053C) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 05 and 3C. RGB value is (75,5,60). Sum of RGB (Red+Green+Blue) = 75+5+60=140 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053C is #B4FAC3. Grayscale: #202020. Windows color (decimal): -11860676 or 3933515. OLE color: 3933515.

HSL color Cylindrical-coordinate representation of color #4B053C: hue angle of 312.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B053C is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB75560-
CMYK00.930.200.71
HSL312.86º87.5%15.69%-
HSV(B)312.86º93.33%29.41%-
XYZ3.771.934.45-
YUV32.2143.69158.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.57%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 60 (23.83% from 255) = 42.86%
R=53.57%
G=3.57%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7556000.930.200.71312.8687.515.69
Hex4B53C05D14471395810
Octal11357401352410747113020
Binary100101110111110001011101101001000111100111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,5,60); }

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

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

 a { background-color: rgb(75,5,60); }

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

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

 span { border-color: rgb(75,5,60); }

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