#68082A

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

Shades of Tyrian Purple #68082A

Tints of Tyrian Purple #68082A

Color information

#68082A (or 0x68082A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 08 and 2A. RGB value is (104,8,42). Sum of RGB (Red+Green+Blue) = 104+8+42=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68082A is #97F7D5. Grayscale: #282828. Windows color (decimal): -9959382 or 2754664. OLE color: 2754664.

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

Color convert

RGB104842-
CMYK00.920.600.59
HSL338.75º85.71%21.96%-
HSV(B)338.75º92.31%40.78%-
XYZ6.213.282.5-
YUV40.58128.8173.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=67.53%
G=5.19%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10484200.920.600.59338.7585.7121.96
Hex6882A05C3C3B1535616
Octal15010520134747352312626
Binary1101000100010101001011100111100111011101010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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