#7B0542

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

Shades of Tyrian Purple #7B0542

Tints of Tyrian Purple #7B0542

Color information

#7B0542 (or 0x7B0542) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 42. RGB value is (123,5,66). Sum of RGB (Red+Green+Blue) = 123+5+66=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0542 is #84FABD. Grayscale: #2F2F2F. Windows color (decimal): -8714942 or 4326779. OLE color: 4326779.

HSL color Cylindrical-coordinate representation of color #7B0542: hue angle of 328.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0542 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB123566-
CMYK00.960.460.52
HSL328.98º92.19%25.1%-
HSV(B)328.98º95.93%48.24%-
XYZ9.214.715.58-
YUV47.24138.59182.04-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.40%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 66 (26.17% from 255) = 34.02%
R=63.40%
G=2.58%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12356600.960.460.52328.9892.1925.1
Hex7B5420602E341495c19
Octal17351020140566451113431
Binary1111011101100001001100000101110110100101001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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