#680531

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

Shades of Tyrian Purple #680531

Tints of Tyrian Purple #680531

Color information

#680531 (or 0x680531) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 31. RGB value is (104,5,49). Sum of RGB (Red+Green+Blue) = 104+5+49=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680531 is #97FACE. Grayscale: #272727. Windows color (decimal): -9960143 or 3212648. OLE color: 3212648.

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

Color convert

RGB104549-
CMYK00.950.530.59
HSL333.33º90.83%21.37%-
HSV(B)333.33º95.19%40.78%-
XYZ6.323.273.2-
YUV39.62133.3173.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 5 (2.34% from 255) = 3.16%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=65.82%
G=3.16%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454900.950.530.59333.3390.8321.37
Hex6853105F353B14d5b15
Octal1505610137657351513325
Binary110100010111000101011111110101111011101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680531; }

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

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

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

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

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

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

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

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