#680C41

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

Shades of Tyrian Purple #680C41

Tints of Tyrian Purple #680C41

Color information

#680C41 (or 0x680C41) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0C and 41. RGB value is (104,12,65). Sum of RGB (Red+Green+Blue) = 104+12+65=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #680C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C41 is #97F3BE. Grayscale: #2D2D2D. Windows color (decimal): -9958335 or 4263016. OLE color: 4263016.

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

Color convert

RGB1041265-
CMYK00.880.380.59
HSL325.43º79.31%22.75%-
HSV(B)325.43º88.46%40.78%-
XYZ6.793.595.34-
YUV45.55138.98169.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=57.46%
G=6.63%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104126500.880.380.59325.4379.3122.75
Hex68C41058263B1454f17
Octal150141010130467350511727
Binary11010001100100000101011000100110111011101000101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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