#68072D

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

Shades of Tyrian Purple #68072D

Tints of Tyrian Purple #68072D

Color information

#68072D (or 0x68072D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 2D. RGB value is (104,7,45). Sum of RGB (Red+Green+Blue) = 104+7+45=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68072D is #97F8D2. Grayscale: #282828. Windows color (decimal): -9959635 or 2951016. OLE color: 2951016.

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

Color convert

RGB104745-
CMYK00.930.570.59
HSL336.49º87.39%21.76%-
HSV(B)336.49º93.27%40.78%-
XYZ6.263.282.79-
YUV40.34130.64173.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 7 (3.12% from 255) = 4.49%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=66.67%
G=4.49%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10474500.930.570.59336.4987.3921.76
Hex6872D05D393B1505716
Octal1507550135717352012726
Binary110100011110110101011101111001111011101010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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