#7B0647

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

Shades of Tyrian Purple #7B0647

Tints of Tyrian Purple #7B0647

Color information

#7B0647 (or 0x7B0647) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 06 and 47. RGB value is (123,6,71). Sum of RGB (Red+Green+Blue) = 123+6+71=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B0647 is #84F9B8. Grayscale: #303030. Windows color (decimal): -8714681 or 4654715. OLE color: 4654715.

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

Color convert

RGB123671-
CMYK00.950.420.52
HSL326.67º90.7%25.29%-
HSV(B)326.67º95.12%48.24%-
XYZ9.374.86.39-
YUV48.39140.76181.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 61.5%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 71 (28.12% from 255) = 35.5%
R=61.5%
G=3%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12367100.950.420.52326.6790.725.29
Hex7B64705F2A341475b19
Octal17361070137526450713331
Binary1111011110100011101011111101010110100101000111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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