#7B0947

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

Shades of Tyrian Purple #7B0947

Tints of Tyrian Purple #7B0947

Color information

#7B0947 (or 0x7B0947) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 09 and 47. RGB value is (123,9,71). Sum of RGB (Red+Green+Blue) = 123+9+71=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0947 is #84F6B8. Grayscale: #323232. Windows color (decimal): -8713913 or 4655483. OLE color: 4655483.

HSL color Cylindrical-coordinate representation of color #7B0947: hue angle of 327.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0947 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.52.

Color convert

RGB123971-
CMYK00.930.420.52
HSL327.37º86.36%25.88%-
HSV(B)327.37º92.68%48.24%-
XYZ9.44.866.4-
YUV50.15139.77179.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.59%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 71 (28.12% from 255) = 34.98%
R=60.59%
G=4.43%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12397100.930.420.52327.3786.3625.88
Hex7B94705D2A34147561a
Octal173111070135526450712632
Binary11110111001100011101011101101010110100101000111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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