#7A0155

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

Shades of Tyrian Purple #7A0155

Tints of Tyrian Purple #7A0155

Color information

#7A0155 (or 0x7A0155) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 01 and 55. RGB value is (122,1,85). Sum of RGB (Red+Green+Blue) = 122+1+85=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0155 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0155 is #85FEAA. Grayscale: #2E2E2E. Windows color (decimal): -8781483 or 5570938. OLE color: 5570938.

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

Color convert

RGB122185-
CMYK00.990.300.52
HSL318.35º98.37%24.12%-
HSV(B)318.35º99.18%47.84%-
XYZ9.684.829.01-
YUV46.76149.59181.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.65%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=58.65%
G=0.48%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12218500.990.300.52318.3598.3724.12
Hex7A1550631E3413e6218
Octal17211250143366447614230
Binary1111010110101010110001111110110100100111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,85); }

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

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

 a { background-color: rgb(122,1,85); }

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

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

 span { border-color: rgb(122,1,85); }

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