#680358

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

Shades of Tyrian Purple #680358

Tints of Tyrian Purple #680358

Color information

#680358 (or 0x680358) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 58. RGB value is (104,3,88). Sum of RGB (Red+Green+Blue) = 104+3+88=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680358 is #97FCA7. Grayscale: #2A2A2A. Windows color (decimal): -9960616 or 5768040. OLE color: 5768040.

HSL color Cylindrical-coordinate representation of color #680358: hue angle of 309.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680358 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB104388-
CMYK00.970.150.59
HSL309.5º94.39%20.98%-
HSV(B)309.5º97.12%40.78%-
XYZ7.53.719.55-
YUV42.89153.46171.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 3 (1.56% from 255) = 1.54%
BLUE value IS 88 (34.77% from 255) = 45.13%
R=53.33%
G=1.54%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10438800.970.150.59309.594.3920.98
Hex68358061F3B1365e15
Octal15031300141177346613625
Binary1101000111011000011000011111111011100110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680358; }

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

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

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

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

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

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

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

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