#68094E

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

Shades of Tyrian Purple #68094E

Tints of Tyrian Purple #68094E

Color information

#68094E (or 0x68094E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 4E. RGB value is (104,9,78). Sum of RGB (Red+Green+Blue) = 104+9+78=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #68094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68094E is #97F6B1. Grayscale: #2D2D2D. Windows color (decimal): -9959090 or 5114216. OLE color: 5114216.

HSL color Cylindrical-coordinate representation of color #68094E: hue angle of 316.42º 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 #68094E is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB104978-
CMYK00.910.250.59
HSL316.42º84.07%22.16%-
HSV(B)316.42º91.35%40.78%-
XYZ7.183.697.54-
YUV45.27146.47169.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=54.45%
G=4.71%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10497800.910.250.59316.4284.0722.16
Hex6894E05B193B13c5416
Octal150111160133317347412426
Binary1101000100110011100101101111001111011100111100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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