#7B0547

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

Shades of Tyrian Purple #7B0547

Tints of Tyrian Purple #7B0547

Color information

#7B0547 (or 0x7B0547) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 05 and 47. RGB value is (123,5,71). Sum of RGB (Red+Green+Blue) = 123+5+71=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0547 is #84FAB8. Grayscale: #2F2F2F. Windows color (decimal): -8714937 or 4654459. OLE color: 4654459.

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

Color convert

RGB123571-
CMYK00.960.420.52
HSL326.44º92.19%25.1%-
HSV(B)326.44º95.93%48.24%-
XYZ9.364.776.39-
YUV47.81141.09181.63-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.81%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=61.81%
G=2.51%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12357100.960.420.52326.4492.1925.1
Hex7B5470602A341465c19
Octal17351070140526450613431
Binary1111011101100011101100000101010110100101000110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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