#68032D

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

Shades of Tyrian Purple #68032D

Tints of Tyrian Purple #68032D

Color information

#68032D (or 0x68032D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 2D. RGB value is (104,3,45). Sum of RGB (Red+Green+Blue) = 104+3+45=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032D is #97FCD2. Grayscale: #252525. Windows color (decimal): -9960659 or 2949992. OLE color: 2949992.

HSL color Cylindrical-coordinate representation of color #68032D: hue angle of 335.05º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68032D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB104345-
CMYK00.970.570.59
HSL335.05º94.39%20.98%-
HSV(B)335.05º97.12%40.78%-
XYZ6.223.22.77-
YUV37.99131.96175.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 45 (17.97% from 255) = 29.61%
R=68.42%
G=1.97%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434500.970.570.59335.0594.3920.98
Hex6832D061393B14f5e15
Octal1503550141717351713625
Binary11010001110110101100001111001111011101001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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