#680C54

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

Shades of Tyrian Purple #680C54

Tints of Tyrian Purple #680C54

Color information

#680C54 (or 0x680C54) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0C and 54. RGB value is (104,12,84). Sum of RGB (Red+Green+Blue) = 104+12+84=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680C54 is #97F3AB. Grayscale: #2F2F2F. Windows color (decimal): -9958316 or 5508200. OLE color: 5508200.

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

Color convert

RGB1041284-
CMYK00.880.190.59
HSL313.04º79.31%22.75%-
HSV(B)313.04º88.46%40.78%-
XYZ7.443.858.74-
YUV47.72148.48168.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 12 (5.08% from 255) = 6%
BLUE value IS 84 (33.20% from 255) = 42%
R=52%
G=6%
B=42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104128400.880.190.59313.0479.3122.75
Hex68C54058133B1394f17
Octal150141240130237347111727
Binary1101000110010101000101100010011111011100111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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