#68082C

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

Shades of Tyrian Purple #68082C

Tints of Tyrian Purple #68082C

Color information

#68082C (or 0x68082C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 08 and 2C. RGB value is (104,8,44). Sum of RGB (Red+Green+Blue) = 104+8+44=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082C is #97F7D3. Grayscale: #282828. Windows color (decimal): -9959380 or 2885736. OLE color: 2885736.

HSL color Cylindrical-coordinate representation of color #68082C: hue angle of 337.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68082C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB104844-
CMYK00.920.580.59
HSL337.5º85.71%21.96%-
HSV(B)337.5º92.31%40.78%-
XYZ6.253.32.69-
YUV40.81129.8173.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=66.67%
G=5.13%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10484400.920.580.59337.585.7121.96
Hex6882C05C3A3B1525616
Octal15010540134727352212626
Binary1101000100010110001011100111010111011101010010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68082C; }

 p { color: rgb(104,8,44); }

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

<style>
 a { background-color: #68082C; }

 a { background-color: rgb(104,8,44); }

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

<style>
 span { border-color: #68082C; }

 span { border-color: rgb(104,8,44); }

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