#68072B

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

Shades of Tyrian Purple #68072B

Tints of Tyrian Purple #68072B

Color information

#68072B (or 0x68072B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 2B. RGB value is (104,7,43). Sum of RGB (Red+Green+Blue) = 104+7+43=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68072B is #97F8D4. Grayscale: #282828. Windows color (decimal): -9959637 or 2819944. OLE color: 2819944.

HSL color Cylindrical-coordinate representation of color #68072B: hue angle of 337.73º 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 #68072B is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB104743-
CMYK00.930.590.59
HSL337.73º87.39%21.76%-
HSV(B)337.73º93.27%40.78%-
XYZ6.223.272.59-
YUV40.11129.64173.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=67.53%
G=4.55%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10474300.930.590.59337.7387.3921.76
Hex6872B05D3B3B1525716
Octal1507530135737352212726
Binary110100011110101101011101111011111011101010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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