#68063D

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

Shades of Tyrian Purple #68063D

Tints of Tyrian Purple #68063D

Color information

#68063D (or 0x68063D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 3D. RGB value is (104,6,61). Sum of RGB (Red+Green+Blue) = 104+6+61=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063D is #97F9C2. Grayscale: #292929. Windows color (decimal): -9959875 or 3999336. OLE color: 3999336.

HSL color Cylindrical-coordinate representation of color #68063D: hue angle of 326.33º 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 #68063D is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB104661-
CMYK00.940.410.59
HSL326.33º89.09%21.57%-
HSV(B)326.33º94.23%40.78%-
XYZ6.623.414.72-
YUV41.57138.97172.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=60.82%
G=3.51%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10466100.940.410.59326.3389.0921.57
Hex6863D05E293B1465916
Octal1506750136517350613126
Binary110100011011110101011110101001111011101000110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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