#680556

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

Shades of Tyrian Purple #680556

Tints of Tyrian Purple #680556

Color information

#680556 (or 0x680556) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 56. RGB value is (104,5,86). Sum of RGB (Red+Green+Blue) = 104+5+86=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680556 is #97FAA9. Grayscale: #2B2B2B. Windows color (decimal): -9960106 or 5637480. OLE color: 5637480.

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

Color convert

RGB104586-
CMYK00.950.170.59
HSL310.91º90.83%21.37%-
HSV(B)310.91º95.19%40.78%-
XYZ7.443.729.13-
YUV43.84151.8170.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 86 (33.98% from 255) = 44.10%
R=53.33%
G=2.56%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10458600.950.170.59310.9190.8321.37
Hex6855605F113B1375b15
Octal15051260137217346713325
Binary110100010110101100101111110001111011100110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680556; }

 p { color: rgb(104,5,86); }

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

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

 a { background-color: rgb(104,5,86); }

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

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

 span { border-color: rgb(104,5,86); }

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