#6C073C

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

Shades of Tyrian Purple #6C073C

Tints of Tyrian Purple #6C073C

Color information

#6C073C (or 0x6C073C) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 07 and 3C. RGB value is (108,7,60). Sum of RGB (Red+Green+Blue) = 108+7+60=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C073C is #93F8C3. Grayscale: #2B2B2B. Windows color (decimal): -9697476 or 3934060. OLE color: 3934060.

HSL color Cylindrical-coordinate representation of color #6C073C: hue angle of 328.51º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C073C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB108760-
CMYK00.940.440.58
HSL328.51º87.83%22.55%-
HSV(B)328.51º93.52%42.35%-
XYZ7.083.674.61-
YUV43.24137.46174.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.71%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=61.71%
G=4%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10876000.940.440.58328.5187.8322.55
Hex6C73C05E2C3A1495817
Octal1547740136547251113027
Binary110110011111110001011110101100111010101001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C073C; }

 p { color: rgb(108,7,60); }

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

<style>
 a { background-color: #6C073C; }

 a { background-color: rgb(108,7,60); }

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

<style>
 span { border-color: #6C073C; }

 span { border-color: rgb(108,7,60); }

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