#7C0A53

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

Shades of Tyrian Purple #7C0A53

Tints of Tyrian Purple #7C0A53

Color information

#7C0A53 (or 0x7C0A53) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 0A and 53. RGB value is (124,10,83). Sum of RGB (Red+Green+Blue) = 124+10+83=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0A53 is #83F5AC. Grayscale: #343434. Windows color (decimal): -8648109 or 5442172. OLE color: 5442172.

HSL color Cylindrical-coordinate representation of color #7C0A53: hue angle of 321.58º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A53 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1241083-
CMYK00.920.330.51
HSL321.58º85.07%26.27%-
HSV(B)321.58º91.94%48.63%-
XYZ9.985.138.65-
YUV52.41145.27179.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 83 (32.81% from 255) = 38.25%
R=57.14%
G=4.61%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124108300.920.330.51321.5885.0726.27
Hex7CA5305C2133142551a
Octal174121230134416350212532
Binary11111001010101001101011100100001110011101000010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,10,83); }

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

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

 a { background-color: rgb(124,10,83); }

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

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

 span { border-color: rgb(124,10,83); }

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