#680553

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

Shades of Tyrian Purple #680553

Tints of Tyrian Purple #680553

Color information

#680553 (or 0x680553) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 53. RGB value is (104,5,83). Sum of RGB (Red+Green+Blue) = 104+5+83=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680553 is #97FAAC. Grayscale: #2B2B2B. Windows color (decimal): -9960109 or 5440872. OLE color: 5440872.

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

Color convert

RGB104583-
CMYK00.950.200.59
HSL312.73º90.83%21.37%-
HSV(B)312.73º95.19%40.78%-
XYZ7.323.688.51-
YUV43.49150.3171.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=54.17%
G=2.60%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10458300.950.200.59312.7390.8321.37
Hex6855305F143B1395b15
Octal15051230137247347113325
Binary110100010110100110101111110100111011100111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680553; }

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

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

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

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

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

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

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

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