#68074A

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

Shades of Tyrian Purple #68074A

Tints of Tyrian Purple #68074A

Color information

#68074A (or 0x68074A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 4A. RGB value is (104,7,74). Sum of RGB (Red+Green+Blue) = 104+7+74=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68074A is #97F8B5. Grayscale: #2B2B2B. Windows color (decimal): -9959606 or 4851560. OLE color: 4851560.

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

Color convert

RGB104774-
CMYK00.930.290.59
HSL318.56º87.39%21.76%-
HSV(B)318.56º93.27%40.78%-
XYZ7.023.596.8-
YUV43.64145.14171.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 74 (29.30% from 255) = 40%
R=56.22%
G=3.78%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10477400.930.290.59318.5687.3921.76
Hex6874A05D1D3B13f5716
Octal15071120135357347712726
Binary110100011110010100101110111101111011100111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,7,74); }

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

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

 a { background-color: rgb(104,7,74); }

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

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

 span { border-color: rgb(104,7,74); }

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