#8B0542

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

Shades of Tyrian Purple #8B0542

Tints of Tyrian Purple #8B0542

Color information

#8B0542 (or 0x8B0542) is unknown color: approx Tyrian Purple. HEX triplet: 8B, 05 and 42. RGB value is (139,5,66). Sum of RGB (Red+Green+Blue) = 139+5+66=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0542 is #74FABD. Grayscale: #333333. Windows color (decimal): -7666366 or 4326795. OLE color: 4326795.

HSL color Cylindrical-coordinate representation of color #8B0542: hue angle of 332.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0542 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB139566-
CMYK00.960.530.45
HSL332.69º93.06%28.24%-
HSV(B)332.69º96.4%54.51%-
XYZ11.695.995.69-
YUV52.02135.89190.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 66.19%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 66 (26.17% from 255) = 31.43%
R=66.19%
G=2.38%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13956600.960.530.45332.6993.0628.24
Hex8B542060352D14d5d1c
Octal21351020140655551513534
Binary10001011101100001001100000110101101101101001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0542; }

 p { color: rgb(139,5,66); }

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

<style>
 a { background-color: #8B0542; }

 a { background-color: rgb(139,5,66); }

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

<style>
 span { border-color: #8B0542; }

 span { border-color: rgb(139,5,66); }

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