#68062D

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

Shades of Tyrian Purple #68062D

Tints of Tyrian Purple #68062D

Color information

#68062D (or 0x68062D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 2D. RGB value is (104,6,45). Sum of RGB (Red+Green+Blue) = 104+6+45=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68062D is #97F9D2. Grayscale: #272727. Windows color (decimal): -9959891 or 2950760. OLE color: 2950760.

HSL color Cylindrical-coordinate representation of color #68062D: hue angle of 336.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68062D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB104645-
CMYK00.940.570.59
HSL336.12º89.09%21.57%-
HSV(B)336.12º94.23%40.78%-
XYZ6.253.262.78-
YUV39.75130.97173.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 45 (17.97% from 255) = 29.03%
R=67.10%
G=3.87%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10464500.940.570.59336.1289.0921.57
Hex6862D05E393B1505916
Octal1506550136717352013126
Binary110100011010110101011110111001111011101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68062D; }

 p { color: rgb(104,6,45); }

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

<style>
 a { background-color: #68062D; }

 a { background-color: rgb(104,6,45); }

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

<style>
 span { border-color: #68062D; }

 span { border-color: rgb(104,6,45); }

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