#680228

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

Shades of Tyrian Purple #680228

Tints of Tyrian Purple #680228

Color information

#680228 (or 0x680228) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 28. RGB value is (104,2,40). Sum of RGB (Red+Green+Blue) = 104+2+40=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680228 is #97FDD7. Grayscale: #242424. Windows color (decimal): -9960920 or 2622056. OLE color: 2622056.

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

Color convert

RGB104240-
CMYK00.980.620.59
HSL337.65º96.23%20.78%-
HSV(B)337.65º98.08%40.78%-
XYZ6.113.142.29-
YUV36.83129.79175.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 40 (16.02% from 255) = 27.40%
R=71.23%
G=1.37%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424000.980.620.59337.6596.2320.78
Hex682280623E3B1526015
Octal1502500142767352214025
Binary11010001010100001100010111110111011101010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680228; }

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

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

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

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

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

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

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

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