#680057

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

Shades of Tyrian Purple #680057

Tints of Tyrian Purple #680057

Color information

#680057 (or 0x680057) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 57. RGB value is (104,0,87). Sum of RGB (Red+Green+Blue) = 104+0+87=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680057 is #97FFA8. Grayscale: #282828. Windows color (decimal): -9961385 or 5701736. OLE color: 5701736.

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

Color convert

RGB104087-
CMYK010.160.59
HSL309.81º100%20.39%-
HSV(B)309.81º100%40.78%-
XYZ7.433.639.33-
YUV41.01153.96172.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=54.45%
G=0%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104087010.160.59309.8110020.39
Hex68057064103B1366414
Octal15001270144207346614424
Binary1101000010101110110010010000111011100110110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680057; }

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

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

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

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

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

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

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

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