#4B053D

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

Shades of Tyrian Purple #4B053D

Tints of Tyrian Purple #4B053D

Color information

#4B053D (or 0x4B053D) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 05 and 3D. RGB value is (75,5,61). Sum of RGB (Red+Green+Blue) = 75+5+61=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053D is #B4FAC2. Grayscale: #202020. Windows color (decimal): -11860675 or 3999051. OLE color: 3999051.

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

Color convert

RGB75561-
CMYK00.930.190.71
HSL312º87.5%15.69%-
HSV(B)312º93.33%29.41%-
XYZ3.81.944.59-
YUV32.31144.19158.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.19%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=53.19%
G=3.55%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7556100.930.190.7131287.515.69
Hex4B53D05D13471385810
Octal11357501352310747013020
Binary100101110111110101011101100111000111100111000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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