#7C0540

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

Shades of Tyrian Purple #7C0540

Tints of Tyrian Purple #7C0540

Color information

#7C0540 (or 0x7C0540) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 40. RGB value is (124,5,64). Sum of RGB (Red+Green+Blue) = 124+5+64=193 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.25% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0540 is #83FABF. Grayscale: #2F2F2F. Windows color (decimal): -8649408 or 4195708. OLE color: 4195708.

HSL color Cylindrical-coordinate representation of color #7C0540: hue angle of 330.25º 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 #7C0540 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB124564-
CMYK00.960.480.51
HSL330.25º92.25%25.29%-
HSV(B)330.25º95.97%48.63%-
XYZ9.294.765.28-
YUV47.31137.42182.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.25%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 64 (25.39% from 255) = 33.16%
R=64.25%
G=2.59%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12456400.960.480.51330.2592.2525.29
Hex7C540060303314a5c19
Octal17451000140606351213431
Binary1111100101100000001100000110000110011101001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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