#7B0150

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

Shades of Tyrian Purple #7B0150

Tints of Tyrian Purple #7B0150

Color information

#7B0150 (or 0x7B0150) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 01 and 50. RGB value is (123,1,80). Sum of RGB (Red+Green+Blue) = 123+1+80=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0150 is #84FEAF. Grayscale: #2E2E2E. Windows color (decimal): -8715952 or 5243259. OLE color: 5243259.

HSL color Cylindrical-coordinate representation of color #7B0150: hue angle of 321.15º 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 #7B0150 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB123180-
CMYK00.990.350.52
HSL321.15º98.39%24.31%-
HSV(B)321.15º99.19%48.24%-
XYZ9.634.818.01-
YUV46.48146.92182.58-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 60.29%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=60.29%
G=0.49%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12318000.990.350.52321.1598.3924.31
Hex7B15006323341416218
Octal17311200143436450114230
Binary11110111101000001100011100011110100101000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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