#68074F

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

Shades of Tyrian Purple #68074F

Tints of Tyrian Purple #68074F

Color information

#68074F (or 0x68074F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 4F. RGB value is (104,7,79). Sum of RGB (Red+Green+Blue) = 104+7+79=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68074F is #97F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9959601 or 5179240. OLE color: 5179240.

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

Color convert

RGB104779-
CMYK00.930.240.59
HSL315.46º87.39%21.76%-
HSV(B)315.46º93.27%40.78%-
XYZ7.23.667.72-
YUV44.21147.64170.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=54.74%
G=3.68%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10477900.930.240.59315.4687.3921.76
Hex6874F05D183B13b5716
Octal15071170135307347312726
Binary110100011110011110101110111000111011100111011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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