#680046

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

Shades of Tyrian Purple #680046

Tints of Tyrian Purple #680046

Color information

#680046 (or 0x680046) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 46. RGB value is (104,0,70). Sum of RGB (Red+Green+Blue) = 104+0+70=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680046 is #97FFB9. Grayscale: #262626. Windows color (decimal): -9961402 or 4587624. OLE color: 4587624.

HSL color Cylindrical-coordinate representation of color #680046: hue angle of 319.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680046 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB104070-
CMYK010.330.59
HSL319.62º100%20.39%-
HSV(B)319.62º100%40.78%-
XYZ6.813.396.09-
YUV39.08145.46174.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=59.77%
G=0%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104070010.330.59319.6210020.39
Hex68046064213B1406414
Octal15001060144417350014424
Binary11010000100011001100100100001111011101000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680046; }

 p { color: rgb(104,0,70); }

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

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

 a { background-color: rgb(104,0,70); }

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

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

 span { border-color: rgb(104,0,70); }

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