#68064E

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

Shades of Tyrian Purple #68064E

Tints of Tyrian Purple #68064E

Color information

#68064E (or 0x68064E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 4E. RGB value is (104,6,78). Sum of RGB (Red+Green+Blue) = 104+6+78=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68064E is #97F9B1. Grayscale: #2B2B2B. Windows color (decimal): -9959858 or 5113448. OLE color: 5113448.

HSL color Cylindrical-coordinate representation of color #68064E: hue angle of 315.92º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68064E is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB104678-
CMYK00.940.250.59
HSL315.92º89.09%21.57%-
HSV(B)315.92º94.23%40.78%-
XYZ7.153.627.53-
YUV43.51147.47171.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=55.32%
G=3.19%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10467800.940.250.59315.9289.0921.57
Hex6864E05E193B13c5916
Octal15061160136317347413126
Binary110100011010011100101111011001111011100111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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