#7B0147

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

Shades of Tyrian Purple #7B0147

Tints of Tyrian Purple #7B0147

Color information

#7B0147 (or 0x7B0147) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 01 and 47. RGB value is (123,1,71). Sum of RGB (Red+Green+Blue) = 123+1+71=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0147 is #84FEB8. Grayscale: #2D2D2D. Windows color (decimal): -8715961 or 4653435. OLE color: 4653435.

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

Color convert

RGB123171-
CMYK00.990.420.52
HSL325.57º98.39%24.31%-
HSV(B)325.57º99.19%48.24%-
XYZ9.324.696.37-
YUV45.46142.42183.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.08%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=63.08%
G=0.51%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12317100.990.420.52325.5798.3924.31
Hex7B1470632A341466218
Octal17311070143526450614230
Binary11110111100011101100011101010110100101000110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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