#680A54

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

Shades of Tyrian Purple #680A54

Tints of Tyrian Purple #680A54

Color information

#680A54 (or 0x680A54) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0A and 54. RGB value is (104,10,84). Sum of RGB (Red+Green+Blue) = 104+10+84=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #680A54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A54 is #97F5AB. Grayscale: #2E2E2E. Windows color (decimal): -9958828 or 5507688. OLE color: 5507688.

HSL color Cylindrical-coordinate representation of color #680A54: hue angle of 312.77º 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 #680A54 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1041084-
CMYK00.900.190.59
HSL312.77º82.46%22.35%-
HSV(B)312.77º90.38%40.78%-
XYZ7.423.88.73-
YUV46.54149.14168.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=52.53%
G=5.05%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104108400.900.190.59312.7782.4622.35
Hex68A5405A133B1395216
Octal150121240132237347112226
Binary1101000101010101000101101010011111011100111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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