#680738

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

Shades of Tyrian Purple #680738

Tints of Tyrian Purple #680738

Color information

#680738 (or 0x680738) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 38. RGB value is (104,7,56). Sum of RGB (Red+Green+Blue) = 104+7+56=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #680738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680738 is #97F8C7. Grayscale: #292929. Windows color (decimal): -9959624 or 3671912. OLE color: 3671912.

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

Color convert

RGB104756-
CMYK00.930.460.59
HSL329.69º87.39%21.76%-
HSV(B)329.69º93.27%40.78%-
XYZ6.53.384.05-
YUV41.59136.14172.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=62.28%
G=4.19%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10475600.930.460.59329.6987.3921.76
Hex6873805D2E3B14a5716
Octal1507700135567351212726
Binary110100011111100001011101101110111011101001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680738; }

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

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

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

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

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

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

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

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