#680554

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

Shades of Tyrian Purple #680554

Tints of Tyrian Purple #680554

Color information

#680554 (or 0x680554) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 54. RGB value is (104,5,84). Sum of RGB (Red+Green+Blue) = 104+5+84=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680554 is #97FAAB. Grayscale: #2B2B2B. Windows color (decimal): -9960108 or 5506408. OLE color: 5506408.

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

Color convert

RGB104584-
CMYK00.950.190.59
HSL312.12º90.83%21.37%-
HSV(B)312.12º95.19%40.78%-
XYZ7.363.698.71-
YUV43.61150.8171.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=53.89%
G=2.59%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10458400.950.190.59312.1290.8321.37
Hex6855405F133B1385b15
Octal15051240137237347013325
Binary110100010110101000101111110011111011100111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680554; }

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

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

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

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

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

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

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

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