#680455

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

Shades of Tyrian Purple #680455

Tints of Tyrian Purple #680455

Color information

#680455 (or 0x680455) is unknown color: approx Tyrian Purple. HEX triplet: 68, 04 and 55. RGB value is (104,4,85). Sum of RGB (Red+Green+Blue) = 104+4+85=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680455 is #97FBAA. Grayscale: #2A2A2A. Windows color (decimal): -9960363 or 5571688. OLE color: 5571688.

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

Color convert

RGB104485-
CMYK00.960.180.59
HSL311.4º92.59%21.18%-
HSV(B)311.4º96.15%40.78%-
XYZ7.393.698.92-
YUV43.13151.63171.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 4 (1.95% from 255) = 2.07%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=53.89%
G=2.07%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448500.960.180.59311.492.5921.18
Hex68455060123B1375d15
Octal15041250140227346713525
Binary110100010010101010110000010010111011100110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680455; }

 p { color: rgb(104,4,85); }

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

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

 a { background-color: rgb(104,4,85); }

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

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

 span { border-color: rgb(104,4,85); }

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