#6C032C

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

Shades of Tyrian Purple #6C032C

Tints of Tyrian Purple #6C032C

Color information

#6C032C (or 0x6C032C) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 03 and 2C. RGB value is (108,3,44). Sum of RGB (Red+Green+Blue) = 108+3+44=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032C is #93FCD3. Grayscale: #272727. Windows color (decimal): -9698516 or 2884460. OLE color: 2884460.

HSL color Cylindrical-coordinate representation of color #6C032C: hue angle of 336.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C032C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB108344-
CMYK00.970.590.58
HSL336.57º94.59%21.76%-
HSV(B)336.57º97.22%42.35%-
XYZ6.673.442.69-
YUV39.07130.79177.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=69.68%
G=1.94%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10834400.970.590.58336.5794.5921.76
Hex6C32C0613B3A1515f16
Octal1543540141737252113726
Binary11011001110110001100001111011111010101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C032C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,3,44); }

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

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

 a { background-color: rgb(108,3,44); }

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

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

 span { border-color: rgb(108,3,44); }

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