#68012E

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

Shades of Tyrian Purple #68012E

Tints of Tyrian Purple #68012E

Color information

#68012E (or 0x68012E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 2E. RGB value is (104,1,46). Sum of RGB (Red+Green+Blue) = 104+1+46=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68012E is #97FED1. Grayscale: #242424. Windows color (decimal): -9961170 or 3015016. OLE color: 3015016.

HSL color Cylindrical-coordinate representation of color #68012E: hue angle of 333.79º 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 #68012E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB104146-
CMYK00.990.560.59
HSL333.79º98.1%20.59%-
HSV(B)333.79º99.04%40.78%-
XYZ6.213.162.87-
YUV36.93133.12175.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=68.87%
G=0.66%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414600.990.560.59333.7998.120.59
Hex6812E063383B14e6215
Octal1501560143707351614225
Binary1101000110111001100011111000111011101001110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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