#6C083D

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

Shades of Tyrian Purple #6C083D

Tints of Tyrian Purple #6C083D

Color information

#6C083D (or 0x6C083D) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 08 and 3D. RGB value is (108,8,61). Sum of RGB (Red+Green+Blue) = 108+8+61=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C083D is #93F7C2. Grayscale: #2B2B2B. Windows color (decimal): -9697219 or 3999852. OLE color: 3999852.

HSL color Cylindrical-coordinate representation of color #6C083D: hue angle of 328.2º 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 #6C083D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB108861-
CMYK00.930.440.58
HSL328.2º86.21%22.75%-
HSV(B)328.2º92.59%42.35%-
XYZ7.113.74.75-
YUV43.94137.63173.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.02%
GREEN value IS 8 (3.52% from 255) = 4.52%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=61.02%
G=4.52%
B=34.46%

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
Decimal10886100.930.440.58328.286.2122.75
Hex6C83D05D2C3A1485617
Octal15410750135547251012627
Binary1101100100011110101011101101100111010101001000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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