#680541

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

Shades of Tyrian Purple #680541

Tints of Tyrian Purple #680541

Color information

#680541 (or 0x680541) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 41. RGB value is (104,5,65). Sum of RGB (Red+Green+Blue) = 104+5+65=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #680541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680541 is #97FABE. Grayscale: #292929. Windows color (decimal): -9960127 or 4261224. OLE color: 4261224.

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

Color convert

RGB104565-
CMYK00.950.380.59
HSL323.64º90.83%21.37%-
HSV(B)323.64º95.19%40.78%-
XYZ6.723.435.31-
YUV41.44141.3172.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.77%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=59.77%
G=2.87%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456500.950.380.59323.6490.8321.37
Hex6854105F263B1445b15
Octal15051010137467350413325
Binary1101000101100000101011111100110111011101000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680541; }

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

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

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

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

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

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

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

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