#680128

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

Shades of Tyrian Purple #680128

Tints of Tyrian Purple #680128

Color information

#680128 (or 0x680128) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 28. RGB value is (104,1,40). Sum of RGB (Red+Green+Blue) = 104+1+40=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680128 is #97FED7. Grayscale: #242424. Windows color (decimal): -9961176 or 2621800. OLE color: 2621800.

HSL color Cylindrical-coordinate representation of color #680128: hue angle of 337.28º 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 #680128 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB104140-
CMYK00.990.620.59
HSL337.28º98.1%20.59%-
HSV(B)337.28º99.04%40.78%-
XYZ6.13.122.29-
YUV36.24130.12176.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=71.72%
G=0.69%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10414000.990.620.59337.2898.120.59
Hex681280633E3B1516215
Octal1501500143767352114225
Binary1101000110100001100011111110111011101010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680128; }

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

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

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

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

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

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

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

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