#4B053F

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

Shades of Tyrian Purple #4B053F

Tints of Tyrian Purple #4B053F

Color information

#4B053F (or 0x4B053F) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 05 and 3F. RGB value is (75,5,63). Sum of RGB (Red+Green+Blue) = 75+5+63=143 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.45% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053F is #B4FAC0. Grayscale: #202020. Windows color (decimal): -11860673 or 4130123. OLE color: 4130123.

HSL color Cylindrical-coordinate representation of color #4B053F: hue angle of 310.29º 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 #4B053F is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB75563-
CMYK00.930.160.71
HSL310.29º87.5%15.69%-
HSV(B)310.29º93.33%29.41%-
XYZ3.851.964.88-
YUV32.54145.19158.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.45%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 63 (25% from 255) = 44.06%
R=52.45%
G=3.50%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7556300.930.160.71310.2987.515.69
Hex4B53F05D10471365810
Octal11357701352010746613020
Binary100101110111111101011101100001000111100110110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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