#68063F

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

Shades of Tyrian Purple #68063F

Tints of Tyrian Purple #68063F

Color information

#68063F (or 0x68063F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 3F. RGB value is (104,6,63). Sum of RGB (Red+Green+Blue) = 104+6+63=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #68063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68063F is #97F9C0. Grayscale: #292929. Windows color (decimal): -9959873 or 4130408. OLE color: 4130408.

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

Color convert

RGB104663-
CMYK00.940.390.59
HSL325.1º89.09%21.57%-
HSV(B)325.1º94.23%40.78%-
XYZ6.673.435.01-
YUV41.8139.97172.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 63 (25% from 255) = 36.42%
R=60.12%
G=3.47%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10466300.940.390.59325.189.0921.57
Hex6863F05E273B1455916
Octal1506770136477350513126
Binary110100011011111101011110100111111011101000101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68063F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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