#680558

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

Shades of Tyrian Purple #680558

Tints of Tyrian Purple #680558

Color information

#680558 (or 0x680558) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 58. RGB value is (104,5,88). Sum of RGB (Red+Green+Blue) = 104+5+88=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680558 is #97FAA7. Grayscale: #2B2B2B. Windows color (decimal): -9960104 or 5768552. OLE color: 5768552.

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

Color convert

RGB104588-
CMYK00.950.150.59
HSL309.7º90.83%21.37%-
HSV(B)309.7º95.19%40.78%-
XYZ7.523.769.56-
YUV44.06152.8170.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=52.79%
G=2.54%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10458800.950.150.59309.790.8321.37
Hex6855805FF3B1365b15
Octal15051300137177346613325
Binary11010001011011000010111111111111011100110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680558; }

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

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

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

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

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

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

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

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