#680056

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

Shades of Tyrian Purple #680056

Tints of Tyrian Purple #680056

Color information

#680056 (or 0x680056) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 56. RGB value is (104,0,86). Sum of RGB (Red+Green+Blue) = 104+0+86=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680056 is #97FFA9. Grayscale: #282828. Windows color (decimal): -9961386 or 5636200. OLE color: 5636200.

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

Color convert

RGB104086-
CMYK010.170.59
HSL310.38º100%20.39%-
HSV(B)310.38º100%40.78%-
XYZ7.393.619.11-
YUV40.9153.46173.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=54.74%
G=0%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104086010.170.59310.3810020.39
Hex68056064113B1366414
Octal15001260144217346614424
Binary1101000010101100110010010001111011100110110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680056; }

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

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

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

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

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

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

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

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