#68072A

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

Shades of Tyrian Purple #68072A

Tints of Tyrian Purple #68072A

Color information

#68072A (or 0x68072A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 2A. RGB value is (104,7,42). Sum of RGB (Red+Green+Blue) = 104+7+42=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68072A is #97F8D5. Grayscale: #272727. Windows color (decimal): -9959638 or 2754408. OLE color: 2754408.

HSL color Cylindrical-coordinate representation of color #68072A: hue angle of 338.35º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68072A is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB104742-
CMYK00.930.600.59
HSL338.35º87.39%21.76%-
HSV(B)338.35º93.27%40.78%-
XYZ6.23.262.49-
YUV39.99129.14173.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=67.97%
G=4.58%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10474200.930.600.59338.3587.3921.76
Hex6872A05D3C3B1525716
Octal1507520135747352212726
Binary110100011110101001011101111100111011101010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68072A; }

 p { color: rgb(104,7,42); }

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

<style>
 a { background-color: #68072A; }

 a { background-color: rgb(104,7,42); }

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

<style>
 span { border-color: #68072A; }

 span { border-color: rgb(104,7,42); }

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