#680231

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

Shades of Tyrian Purple #680231

Tints of Tyrian Purple #680231

Color information

#680231 (or 0x680231) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 31. RGB value is (104,2,49). Sum of RGB (Red+Green+Blue) = 104+2+49=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680231 is #97FDCE. Grayscale: #252525. Windows color (decimal): -9960911 or 3211880. OLE color: 3211880.

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

Color convert

RGB104249-
CMYK00.980.530.59
HSL332.35º96.23%20.78%-
HSV(B)332.35º98.08%40.78%-
XYZ6.293.213.19-
YUV37.86134.29175.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=67.10%
G=1.29%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424900.980.530.59332.3596.2320.78
Hex68231062353B14c6015
Octal1502610142657351414025
Binary11010001011000101100010110101111011101001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680231; }

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

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

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

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

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

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

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

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