#7B0047

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

Shades of Tyrian Purple #7B0047

Tints of Tyrian Purple #7B0047

Color information

#7B0047 (or 0x7B0047) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 00 and 47. RGB value is (123,0,71). Sum of RGB (Red+Green+Blue) = 123+0+71=194 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.40% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0047 is #84FFB8. Grayscale: #2C2C2C. Windows color (decimal): -8716217 or 4653179. OLE color: 4653179.

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

Color convert

RGB123071-
CMYK010.420.52
HSL325.37º100%24.12%-
HSV(B)325.37º100%48.24%-
XYZ9.314.676.37-
YUV44.87142.75183.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 63.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=63.40%
G=0%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123071010.420.52325.3710024.12
Hex7B0470642A341456418
Octal17301070144526450514430
Binary11110110100011101100100101010110100101000101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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