#680935

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

Shades of Tyrian Purple #680935

Tints of Tyrian Purple #680935

Color information

#680935 (or 0x680935) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 35. RGB value is (104,9,53). Sum of RGB (Red+Green+Blue) = 104+9+53=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #680935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680935 is #97F6CA. Grayscale: #2A2A2A. Windows color (decimal): -9959115 or 3475816. OLE color: 3475816.

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

Color convert

RGB104953-
CMYK00.910.490.59
HSL332.21º84.07%22.16%-
HSV(B)332.21º91.35%40.78%-
XYZ6.453.43.68-
YUV42.42133.97171.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 53 (21.09% from 255) = 31.93%
R=62.65%
G=5.42%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10495300.910.490.59332.2184.0722.16
Hex6893505B313B14c5416
Octal15011650133617351412426
Binary1101000100111010101011011110001111011101001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680935; }

 p { color: rgb(104,9,53); }

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

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

 a { background-color: rgb(104,9,53); }

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

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

 span { border-color: rgb(104,9,53); }

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