#680C4A

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

Shades of Tyrian Purple #680C4A

Tints of Tyrian Purple #680C4A

Color information

#680C4A (or 0x680C4A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0C and 4A. RGB value is (104,12,74). Sum of RGB (Red+Green+Blue) = 104+12+74=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C4A is #97F3B5. Grayscale: #2E2E2E. Windows color (decimal): -9958326 or 4852840. OLE color: 4852840.

HSL color Cylindrical-coordinate representation of color #680C4A: hue angle of 319.57º degrees, saturation: 0.79, 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 #680C4A is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1041274-
CMYK00.880.290.59
HSL319.57º79.31%22.75%-
HSV(B)319.57º88.46%40.78%-
XYZ7.083.76.82-
YUV46.58143.48168.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 12 (5.08% from 255) = 6.32%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=54.74%
G=6.32%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104127400.880.290.59319.5779.3122.75
Hex68C4A0581D3B1404f17
Octal150141120130357350011727
Binary1101000110010010100101100011101111011101000000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,12,74); }

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

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

 a { background-color: rgb(104,12,74); }

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

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

 span { border-color: rgb(104,12,74); }

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