#680552

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

Shades of Tyrian Purple #680552

Tints of Tyrian Purple #680552

Color information

#680552 (or 0x680552) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 52. RGB value is (104,5,82). Sum of RGB (Red+Green+Blue) = 104+5+82=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #680552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680552 is #97FAAD. Grayscale: #2B2B2B. Windows color (decimal): -9960110 or 5375336. OLE color: 5375336.

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

Color convert

RGB104582-
CMYK00.950.210.59
HSL313.33º90.83%21.37%-
HSV(B)313.33º95.19%40.78%-
XYZ7.293.668.31-
YUV43.38149.8171.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 82 (32.42% from 255) = 42.93%
R=54.45%
G=2.62%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10458200.950.210.59313.3390.8321.37
Hex6855205F153B1395b15
Octal15051220137257347113325
Binary110100010110100100101111110101111011100111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680552; }

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

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

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

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

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

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

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

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