#68063B

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

Shades of Tyrian Purple #68063B

Tints of Tyrian Purple #68063B

Color information

#68063B (or 0x68063B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 3B. RGB value is (104,6,59). Sum of RGB (Red+Green+Blue) = 104+6+59=169 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.54% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 104 - color contains mainly: red. Hex color #68063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063B is #97F9C4. Grayscale: #292929. Windows color (decimal): -9959877 or 3868264. OLE color: 3868264.

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

Color convert

RGB104659-
CMYK00.940.430.59
HSL327.55º89.09%21.57%-
HSV(B)327.55º94.23%40.78%-
XYZ6.563.394.45-
YUV41.34137.97172.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.54%
GREEN value IS 6 (2.73% from 255) = 3.55%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=61.54%
G=3.55%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10465900.940.430.59327.5589.0921.57
Hex6863B05E2B3B1485916
Octal1506730136537351013126
Binary110100011011101101011110101011111011101001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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