#680B48

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

Shades of Tyrian Purple #680B48

Tints of Tyrian Purple #680B48

Color information

#680B48 (or 0x680B48) is unknown color: approx Tyrian Purple. HEX triplet: 68, 0B and 48. RGB value is (104,11,72). Sum of RGB (Red+Green+Blue) = 104+11+72=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #680B48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B48 is #97F4B7. Grayscale: #2D2D2D. Windows color (decimal): -9958584 or 4721512. OLE color: 4721512.

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

Color convert

RGB1041172-
CMYK00.890.310.59
HSL320.65º80.87%22.55%-
HSV(B)320.65º89.42%40.78%-
XYZ73.656.47-
YUV45.76142.81169.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=55.61%
G=5.88%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104117200.890.310.59320.6580.8722.55
Hex68B480591F3B1415117
Octal150131100131377350112127
Binary1101000101110010000101100111111111011101000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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