#680A2F

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

Shades of Tyrian Purple #680A2F

Tints of Tyrian Purple #680A2F

Color information

#680A2F (or 0x680A2F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 2F. RGB value is (104,10,47). Sum of RGB (Red+Green+Blue) = 104+10+47=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #680A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A2F is #97F5D0. Grayscale: #2A2A2A. Windows color (decimal): -9958865 or 3082856. OLE color: 3082856.

HSL color Cylindrical-coordinate representation of color #680A2F: hue angle of 336.38º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A2F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1041047-
CMYK00.900.550.59
HSL336.38º82.46%22.35%-
HSV(B)336.38º90.38%40.78%-
XYZ6.333.373.01-
YUV42.32130.64171.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=64.60%
G=6.21%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104700.900.550.59336.3882.4622.35
Hex68A2F05A373B1505216
Octal15012570132677352012226
Binary1101000101010111101011010110111111011101010000101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680A2F; }

 p { color: rgb(104,10,47); }

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

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

 a { background-color: rgb(104,10,47); }

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

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

 span { border-color: rgb(104,10,47); }

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