#680536

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

Shades of Tyrian Purple #680536

Tints of Tyrian Purple #680536

Color information

#680536 (or 0x680536) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 36. RGB value is (104,5,54). Sum of RGB (Red+Green+Blue) = 104+5+54=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #680536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680536 is #97FAC9. Grayscale: #282828. Windows color (decimal): -9960138 or 3540328. OLE color: 3540328.

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

Color convert

RGB104554-
CMYK00.950.480.59
HSL330.3º90.83%21.37%-
HSV(B)330.3º95.19%40.78%-
XYZ6.433.323.79-
YUV40.19135.8173.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=63.80%
G=3.07%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455400.950.480.59330.390.8321.37
Hex6853605F303B14a5b15
Octal1505660137607351213325
Binary110100010111011001011111110000111011101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680536; }

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

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

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

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

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

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

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

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