#4B053E

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

Shades of Tyrian Purple #4B053E

Tints of Tyrian Purple #4B053E

Color information

#4B053E (or 0x4B053E) is unknown color: approx Tyrian Purple. HEX triplet: 4B, 05 and 3E. RGB value is (75,5,62). Sum of RGB (Red+Green+Blue) = 75+5+62=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053E is #B4FAC1. Grayscale: #202020. Windows color (decimal): -11860674 or 4064587. OLE color: 4064587.

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

Color convert

RGB75562-
CMYK00.930.170.71
HSL311.14º87.5%15.69%-
HSV(B)311.14º93.33%29.41%-
XYZ3.831.954.73-
YUV32.43144.69158.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=52.82%
G=3.52%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7556200.930.170.71311.1487.515.69
Hex4B53E05D11471375810
Octal11357601352110746713020
Binary100101110111111001011101100011000111100110111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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