#68074E

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

Shades of Tyrian Purple #68074E

Tints of Tyrian Purple #68074E

Color information

#68074E (or 0x68074E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 4E. RGB value is (104,7,78). Sum of RGB (Red+Green+Blue) = 104+7+78=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68074E is #97F8B1. Grayscale: #2B2B2B. Windows color (decimal): -9959602 or 5113704. OLE color: 5113704.

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

Color convert

RGB104778-
CMYK00.930.250.59
HSL316.08º87.39%21.76%-
HSV(B)316.08º93.27%40.78%-
XYZ7.163.657.53-
YUV44.1147.14170.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 7 (3.12% from 255) = 3.70%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=55.03%
G=3.70%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10477800.930.250.59316.0887.3921.76
Hex6874E05D193B13c5716
Octal15071160135317347412726
Binary110100011110011100101110111001111011100111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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