#7C0553

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

Shades of Tyrian Purple #7C0553

Tints of Tyrian Purple #7C0553

Color information

#7C0553 (or 0x7C0553) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 53. RGB value is (124,5,83). Sum of RGB (Red+Green+Blue) = 124+5+83=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0553 is #83FAAC. Grayscale: #313131. Windows color (decimal): -8649389 or 5440892. OLE color: 5440892.

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

Color convert

RGB124583-
CMYK00.960.330.51
HSL320.67º92.25%25.29%-
HSV(B)320.67º95.97%48.63%-
XYZ9.935.028.63-
YUV49.47146.92181.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.49%
GREEN value IS 5 (2.34% from 255) = 2.36%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=58.49%
G=2.36%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12458300.960.330.51320.6792.2525.29
Hex7C55306021331415c19
Octal17451230140416350113431
Binary1111100101101001101100000100001110011101000001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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