#680344

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

Shades of Tyrian Purple #680344

Tints of Tyrian Purple #680344

Color information

#680344 (or 0x680344) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 44. RGB value is (104,3,68). Sum of RGB (Red+Green+Blue) = 104+3+68=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #680344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680344 is #97FCBB. Grayscale: #282828. Windows color (decimal): -9960636 or 4457320. OLE color: 4457320.

HSL color Cylindrical-coordinate representation of color #680344: hue angle of 321.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680344 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB104368-
CMYK00.970.350.59
HSL321.39º94.39%20.98%-
HSV(B)321.39º97.12%40.78%-
XYZ6.783.435.77-
YUV40.61143.46173.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=59.43%
G=1.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10436800.970.350.59321.3994.3920.98
Hex68344061233B1415e15
Octal15031040141437350113625
Binary110100011100010001100001100011111011101000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680344; }

 p { color: rgb(104,3,68); }

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

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

 a { background-color: rgb(104,3,68); }

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

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

 span { border-color: rgb(104,3,68); }

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