#680B50

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

Shades of Tyrian Purple #680B50

Tints of Tyrian Purple #680B50

Color information

#680B50 (or 0x680B50) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 50. RGB value is (104,11,80). Sum of RGB (Red+Green+Blue) = 104+11+80=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #680B50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B50 is #97F4AF. Grayscale: #2E2E2E. Windows color (decimal): -9958576 or 5245800. OLE color: 5245800.

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

Color convert

RGB1041180-
CMYK00.890.230.59
HSL315.48º80.87%22.55%-
HSV(B)315.48º89.42%40.78%-
XYZ7.283.767.93-
YUV46.67146.81168.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=53.33%
G=5.64%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104118000.890.230.59315.4880.8722.55
Hex68B50059173B13b5117
Octal150131200131277347312127
Binary1101000101110100000101100110111111011100111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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