#680144

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

Shades of Tyrian Purple #680144

Tints of Tyrian Purple #680144

Color information

#680144 (or 0x680144) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 44. RGB value is (104,1,68). Sum of RGB (Red+Green+Blue) = 104+1+68=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #680144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680144 is #97FEBB. Grayscale: #272727. Windows color (decimal): -9961148 or 4456808. OLE color: 4456808.

HSL color Cylindrical-coordinate representation of color #680144: hue angle of 320.97º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680144 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB104168-
CMYK00.990.350.59
HSL320.97º98.1%20.59%-
HSV(B)320.97º99.04%40.78%-
XYZ6.763.385.77-
YUV39.44144.12174.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.12%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=60.12%
G=0.58%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10416800.990.350.59320.9798.120.59
Hex68144063233B1416215
Octal15011040143437350114225
Binary11010001100010001100011100011111011101000001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680144; }

 p { color: rgb(104,1,68); }

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

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

 a { background-color: rgb(104,1,68); }

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

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

 span { border-color: rgb(104,1,68); }

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