#7A0B54

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

Shades of Tyrian Purple #7A0B54

Tints of Tyrian Purple #7A0B54

Color information

#7A0B54 (or 0x7A0B54) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 0B and 54. RGB value is (122,11,84). Sum of RGB (Red+Green+Blue) = 122+11+84=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0B54 is #85F4AB. Grayscale: #343434. Windows color (decimal): -8778924 or 5507962. OLE color: 5507962.

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

Color convert

RGB1221184-
CMYK00.910.310.52
HSL320.54º83.46%26.08%-
HSV(B)320.54º90.98%47.84%-
XYZ9.755.028.84-
YUV52.51145.77177.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.22%
GREEN value IS 11 (4.69% from 255) = 5.07%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=56.22%
G=5.07%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122118400.910.310.52320.5483.4626.08
Hex7AB5405B1F34141531a
Octal172131240133376450112332
Binary1111010101110101000101101111111110100101000001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,11,84); }

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

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

 a { background-color: rgb(122,11,84); }

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

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

 span { border-color: rgb(122,11,84); }

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