#68034C

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

Shades of Tyrian Purple #68034C

Tints of Tyrian Purple #68034C

Color information

#68034C (or 0x68034C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 4C. RGB value is (104,3,76). Sum of RGB (Red+Green+Blue) = 104+3+76=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68034C is #97FCB3. Grayscale: #292929. Windows color (decimal): -9960628 or 4981608. OLE color: 4981608.

HSL color Cylindrical-coordinate representation of color #68034C: hue angle of 316.63º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68034C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB104376-
CMYK00.970.270.59
HSL316.63º94.39%20.98%-
HSV(B)316.63º97.12%40.78%-
XYZ7.053.537.15-
YUV41.52147.46172.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=56.83%
G=1.64%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10437600.970.270.59316.6394.3920.98
Hex6834C0611B3B13d5e15
Octal15031140141337347513625
Binary11010001110011000110000111011111011100111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,3,76); }

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

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

 a { background-color: rgb(104,3,76); }

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

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

 span { border-color: rgb(104,3,76); }

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