#680230

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

Shades of Tyrian Purple #680230

Tints of Tyrian Purple #680230

Color information

#680230 (or 0x680230) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 30. RGB value is (104,2,48). Sum of RGB (Red+Green+Blue) = 104+2+48=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680230 is #97FDCF. Grayscale: #252525. Windows color (decimal): -9960912 or 3146344. OLE color: 3146344.

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

Color convert

RGB104248-
CMYK00.980.540.59
HSL332.94º96.23%20.78%-
HSV(B)332.94º98.08%40.78%-
XYZ6.263.23.08-
YUV37.74133.79175.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=67.53%
G=1.30%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424800.980.540.59332.9496.2320.78
Hex68230062363B14d6015
Octal1502600142667351514025
Binary11010001011000001100010110110111011101001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680230; }

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

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

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

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

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

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

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

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