#6C083C

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

Shades of Tyrian Purple #6C083C

Tints of Tyrian Purple #6C083C

Color information

#6C083C (or 0x6C083C) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 08 and 3C. RGB value is (108,8,60). Sum of RGB (Red+Green+Blue) = 108+8+60=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C083C is #93F7C3. Grayscale: #2B2B2B. Windows color (decimal): -9697220 or 3934316. OLE color: 3934316.

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

Color convert

RGB108860-
CMYK00.930.440.58
HSL328.8º86.21%22.75%-
HSV(B)328.8º92.59%42.35%-
XYZ7.093.694.61-
YUV43.83137.13173.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.36%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=61.36%
G=4.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10886000.930.440.58328.886.2122.75
Hex6C83C05D2C3A1495617
Octal15410740135547251112627
Binary1101100100011110001011101101100111010101001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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