#680355

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

Shades of Tyrian Purple #680355

Tints of Tyrian Purple #680355

Color information

#680355 (or 0x680355) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 55. RGB value is (104,3,85). Sum of RGB (Red+Green+Blue) = 104+3+85=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680355 is #97FCAA. Grayscale: #2A2A2A. Windows color (decimal): -9960619 or 5571432. OLE color: 5571432.

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

Color convert

RGB104385-
CMYK00.970.180.59
HSL311.29º94.39%20.98%-
HSV(B)311.29º97.12%40.78%-
XYZ7.383.668.91-
YUV42.55151.96171.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=54.17%
G=1.56%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10438500.970.180.59311.2994.3920.98
Hex68355061123B1375e15
Octal15031250141227346713625
Binary11010001110101010110000110010111011100110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680355; }

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

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

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

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

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

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

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

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