#68034D

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

Shades of Tyrian Purple #68034D

Tints of Tyrian Purple #68034D

Color information

#68034D (or 0x68034D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 4D. RGB value is (104,3,77). Sum of RGB (Red+Green+Blue) = 104+3+77=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68034D is #97FCB2. Grayscale: #292929. Windows color (decimal): -9960627 or 5047144. OLE color: 5047144.

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

Color convert

RGB104377-
CMYK00.970.260.59
HSL316.04º94.39%20.98%-
HSV(B)316.04º97.12%40.78%-
XYZ7.083.547.33-
YUV41.64147.96172.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=56.52%
G=1.63%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10437700.970.260.59316.0494.3920.98
Hex6834D0611A3B13c5e15
Octal15031150141327347413625
Binary11010001110011010110000111010111011100111100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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