#68064F

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

Shades of Tyrian Purple #68064F

Tints of Tyrian Purple #68064F

Color information

#68064F (or 0x68064F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 06 and 4F. RGB value is (104,6,79). Sum of RGB (Red+Green+Blue) = 104+6+79=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68064F is #97F9B0. Grayscale: #2B2B2B. Windows color (decimal): -9959857 or 5178984. OLE color: 5178984.

HSL color Cylindrical-coordinate representation of color #68064F: hue angle of 315.31º 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 #68064F is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB104679-
CMYK00.940.240.59
HSL315.31º89.09%21.57%-
HSV(B)315.31º94.23%40.78%-
XYZ7.193.647.72-
YUV43.62147.97171.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=55.03%
G=3.17%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10467900.940.240.59315.3189.0921.57
Hex6864F05E183B13b5916
Octal15061170136307347313126
Binary110100011010011110101111011000111011100111011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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