#68012C

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

Shades of Tyrian Purple #68012C

Tints of Tyrian Purple #68012C

Color information

#68012C (or 0x68012C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 2C. RGB value is (104,1,44). Sum of RGB (Red+Green+Blue) = 104+1+44=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012C is #97FED3. Grayscale: #242424. Windows color (decimal): -9961172 or 2883944. OLE color: 2883944.

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

Color convert

RGB104144-
CMYK00.990.580.59
HSL334.95º98.1%20.59%-
HSV(B)334.95º99.04%40.78%-
XYZ6.173.152.66-
YUV36.7132.12176-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=69.80%
G=0.67%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414400.990.580.59334.9598.120.59
Hex6812C0633A3B14f6215
Octal1501540143727351714225
Binary1101000110110001100011111010111011101001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,1,44); }

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

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

 a { background-color: rgb(104,1,44); }

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

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

 span { border-color: rgb(104,1,44); }

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