#680945

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

Shades of Tyrian Purple #680945

Tints of Tyrian Purple #680945

Color information

#680945 (or 0x680945) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 45. RGB value is (104,9,69). Sum of RGB (Red+Green+Blue) = 104+9+69=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #680945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680945 is #97F6BA. Grayscale: #2C2C2C. Windows color (decimal): -9959099 or 4524392. OLE color: 4524392.

HSL color Cylindrical-coordinate representation of color #680945: hue angle of 322.11º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #680945 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB104969-
CMYK00.910.340.59
HSL322.11º84.07%22.16%-
HSV(B)322.11º91.35%40.78%-
XYZ6.883.575.96-
YUV44.24141.97170.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=57.14%
G=4.95%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496900.910.340.59322.1184.0722.16
Hex6894505B223B1425416
Octal150111050133427350212426
Binary11010001001100010101011011100010111011101000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680945; }

 p { color: rgb(104,9,69); }

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

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

 a { background-color: rgb(104,9,69); }

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

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

 span { border-color: rgb(104,9,69); }

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