#68094D

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

Shades of Tyrian Purple #68094D

Tints of Tyrian Purple #68094D

Color information

#68094D (or 0x68094D) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 4D. RGB value is (104,9,77). Sum of RGB (Red+Green+Blue) = 104+9+77=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68094D is #97F6B2. Grayscale: #2C2C2C. Windows color (decimal): -9959091 or 5048680. OLE color: 5048680.

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

Color convert

RGB104977-
CMYK00.910.260.59
HSL317.05º84.07%22.16%-
HSV(B)317.05º91.35%40.78%-
XYZ7.153.677.35-
YUV45.16145.97169.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=54.74%
G=4.74%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10497700.910.260.59317.0584.0722.16
Hex6894D05B1A3B13d5416
Octal150111150133327347512426
Binary1101000100110011010101101111010111011100111101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,9,77); }

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

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

 a { background-color: rgb(104,9,77); }

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

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

 span { border-color: rgb(104,9,77); }

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