#680B4E

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

Shades of Tyrian Purple #680B4E

Tints of Tyrian Purple #680B4E

Color information

#680B4E (or 0x680B4E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 4E. RGB value is (104,11,78). Sum of RGB (Red+Green+Blue) = 104+11+78=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #680B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B4E is #97F4B1. Grayscale: #2E2E2E. Windows color (decimal): -9958578 or 5114728. OLE color: 5114728.

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

Color convert

RGB1041178-
CMYK00.890.250.59
HSL316.77º80.87%22.55%-
HSV(B)316.77º89.42%40.78%-
XYZ7.23.737.55-
YUV46.44145.81169.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=53.89%
G=5.70%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104117800.890.250.59316.7780.8722.55
Hex68B4E059193B13d5117
Octal150131160131317347512127
Binary1101000101110011100101100111001111011100111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,11,78); }

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

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

 a { background-color: rgb(104,11,78); }

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

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

 span { border-color: rgb(104,11,78); }

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