#680D52

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

Shades of Tyrian Purple #680D52

Tints of Tyrian Purple #680D52

Color information

#680D52 (or 0x680D52) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0D and 52. RGB value is (104,13,82). Sum of RGB (Red+Green+Blue) = 104+13+82=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680D52 is #97F2AD. Grayscale: #2F2F2F. Windows color (decimal): -9958062 or 5377384. OLE color: 5377384.

HSL color Cylindrical-coordinate representation of color #680D52: hue angle of 314.51º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D52 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1041382-
CMYK00.880.210.59
HSL314.51º77.78%22.94%-
HSV(B)314.51º87.5%40.78%-
XYZ7.383.848.34-
YUV48.08147.15167.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 82 (32.42% from 255) = 41.21%
R=52.26%
G=6.53%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104138200.880.210.59314.5177.7822.94
Hex68D52058153B13b4e17
Octal150151220130257347311627
Binary1101000110110100100101100010101111011100111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680D52; }

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

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

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

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

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

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

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

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