#68053D

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

Shades of Tyrian Purple #68053D

Tints of Tyrian Purple #68053D

Color information

#68053D (or 0x68053D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 3D. RGB value is (104,5,61). Sum of RGB (Red+Green+Blue) = 104+5+61=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053D is #97FAC2. Grayscale: #282828. Windows color (decimal): -9960131 or 3999080. OLE color: 3999080.

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

Color convert

RGB104561-
CMYK00.950.410.59
HSL326.06º90.83%21.37%-
HSV(B)326.06º95.19%40.78%-
XYZ6.613.394.72-
YUV40.98139.3172.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.18%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=61.18%
G=2.94%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456100.950.410.59326.0690.8321.37
Hex6853D05F293B1465b15
Octal1505750137517350613325
Binary110100010111110101011111101001111011101000110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,5,61); }

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

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

 a { background-color: rgb(104,5,61); }

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

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

 span { border-color: rgb(104,5,61); }

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