#7C0538

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

Shades of Tyrian Purple #7C0538

Tints of Tyrian Purple #7C0538

Color information

#7C0538 (or 0x7C0538) is unknown color: approx Tyrian Purple. HEX triplet: 7C, 05 and 38. RGB value is (124,5,56). Sum of RGB (Red+Green+Blue) = 124+5+56=185 (24% of max value = 765). Red value is 124 (48.83% from 255 or 67.03% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0538 is #83FAC7. Grayscale: #2E2E2E. Windows color (decimal): -8649416 or 3671420. OLE color: 3671420.

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

Color convert

RGB124556-
CMYK00.960.550.51
HSL334.29º92.25%25.29%-
HSV(B)334.29º95.97%48.63%-
XYZ9.084.684.17-
YUV46.4133.42183.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 67.03%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=67.03%
G=2.70%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12455600.960.550.51334.2992.2525.29
Hex7C538060373314e5c19
Octal1745700140676351613431
Binary111110010111100001100000110111110011101001110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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