#68003C

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

Shades of Tyrian Purple #68003C

Tints of Tyrian Purple #68003C

Color information

#68003C (or 0x68003C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 3C. RGB value is (104,0,60). Sum of RGB (Red+Green+Blue) = 104+0+60=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #68003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68003C is #97FFC3. Grayscale: #252525. Windows color (decimal): -9961412 or 3932264. OLE color: 3932264.

HSL color Cylindrical-coordinate representation of color #68003C: hue angle of 325.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68003C is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB104060-
CMYK010.420.59
HSL325.38º100%20.39%-
HSV(B)325.38º100%40.78%-
XYZ6.523.274.56-
YUV37.94140.46175.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 60 (23.83% from 255) = 36.59%
R=63.41%
G=0%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104060010.420.59325.3810020.39
Hex6803C0642A3B1456414
Octal1500740144527350514424
Binary1101000011110001100100101010111011101000101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68003C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,0,60); }

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

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

 a { background-color: rgb(104,0,60); }

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

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

 span { border-color: rgb(104,0,60); }

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