#6C013D

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

Shades of Tyrian Purple #6C013D

Tints of Tyrian Purple #6C013D

Color information

#6C013D (or 0x6C013D) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 01 and 3D. RGB value is (108,1,61). Sum of RGB (Red+Green+Blue) = 108+1+61=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C013D is #93FEC2. Grayscale: #272727. Windows color (decimal): -9699011 or 3998060. OLE color: 3998060.

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

Color convert

RGB108161-
CMYK00.990.440.58
HSL326.36º98.17%21.37%-
HSV(B)326.36º99.07%42.35%-
XYZ7.043.554.73-
YUV39.83139.95176.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.53%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=63.53%
G=0.59%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10816100.990.440.58326.3698.1721.37
Hex6C13D0632C3A1466215
Octal1541750143547250614225
Binary1101100111110101100011101100111010101000110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,1,61); }

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

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

 a { background-color: rgb(108,1,61); }

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

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

 span { border-color: rgb(108,1,61); }

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