#7B0541

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

Shades of Tyrian Purple #7B0541

Tints of Tyrian Purple #7B0541

Color information

#7B0541 (or 0x7B0541) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 41. RGB value is (123,5,65). Sum of RGB (Red+Green+Blue) = 123+5+65=193 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.73% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0541 is #84FABE. Grayscale: #2F2F2F. Windows color (decimal): -8714943 or 4261243. OLE color: 4261243.

HSL color Cylindrical-coordinate representation of color #7B0541: hue angle of 329.49º 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 #7B0541 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB123565-
CMYK00.960.470.52
HSL329.49º92.19%25.1%-
HSV(B)329.49º95.93%48.24%-
XYZ9.184.75.42-
YUV47.12138.09182.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.73%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=63.73%
G=2.59%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12356500.960.470.52329.4992.1925.1
Hex7B5410602F341495c19
Octal17351010140576451113431
Binary1111011101100000101100000101111110100101001001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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