#680255

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

Shades of Tyrian Purple #680255

Tints of Tyrian Purple #680255

Color information

#680255 (or 0x680255) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 55. RGB value is (104,2,85). Sum of RGB (Red+Green+Blue) = 104+2+85=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680255 is #97FDAA. Grayscale: #292929. Windows color (decimal): -9960875 or 5571176. OLE color: 5571176.

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

Color convert

RGB104285-
CMYK00.980.180.59
HSL311.18º96.23%20.78%-
HSV(B)311.18º98.08%40.78%-
XYZ7.373.648.91-
YUV41.96152.29172.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=54.45%
G=1.05%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10428500.980.180.59311.1896.2320.78
Hex68255062123B1376015
Octal15021250142227346714025
Binary11010001010101010110001010010111011100110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680255; }

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

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

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

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

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

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

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

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