#7B0750

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

Shades of Tyrian Purple #7B0750

Tints of Tyrian Purple #7B0750

Color information

#7B0750 (or 0x7B0750) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 07 and 50. RGB value is (123,7,80). Sum of RGB (Red+Green+Blue) = 123+7+80=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0750 is #84F8AF. Grayscale: #313131. Windows color (decimal): -8714416 or 5244795. OLE color: 5244795.

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

Color convert

RGB123780-
CMYK00.940.350.52
HSL322.24º89.23%25.49%-
HSV(B)322.24º94.31%48.24%-
XYZ9.694.948.03-
YUV50.01144.93180.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.57%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=58.57%
G=3.33%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12378000.940.350.52322.2489.2325.49
Hex7B75005E23341425919
Octal17371200136436450213131
Binary1111011111101000001011110100011110100101000010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,80); }

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

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

 a { background-color: rgb(123,7,80); }

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

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

 span { border-color: rgb(123,7,80); }

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