#680249

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

Shades of Tyrian Purple #680249

Tints of Tyrian Purple #680249

Color information

#680249 (or 0x680249) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 49. RGB value is (104,2,73). Sum of RGB (Red+Green+Blue) = 104+2+73=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #680249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680249 is #97FDB6. Grayscale: #282828. Windows color (decimal): -9960887 or 4784744. OLE color: 4784744.

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

Color convert

RGB104273-
CMYK00.980.300.59
HSL318.24º96.23%20.78%-
HSV(B)318.24º98.08%40.78%-
XYZ6.933.476.61-
YUV40.59146.29173.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 58.10%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=58.10%
G=1.12%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427300.980.300.59318.2496.2320.78
Hex682490621E3B13e6015
Octal15021110142367347614025
Binary11010001010010010110001011110111011100111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680249; }

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

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

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

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

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

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

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

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