#680730

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

Shades of Tyrian Purple #680730

Tints of Tyrian Purple #680730

Color information

#680730 (or 0x680730) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 30. RGB value is (104,7,48). Sum of RGB (Red+Green+Blue) = 104+7+48=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #680730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680730 is #97F8CF. Grayscale: #282828. Windows color (decimal): -9959632 or 3147624. OLE color: 3147624.

HSL color Cylindrical-coordinate representation of color #680730: hue angle of 334.64º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680730 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB104748-
CMYK00.930.540.59
HSL334.64º87.39%21.76%-
HSV(B)334.64º93.27%40.78%-
XYZ6.323.313.1-
YUV40.68132.14173.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=65.41%
G=4.40%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10474800.930.540.59334.6487.3921.76
Hex6873005D363B14f5716
Octal1507600135667351712726
Binary110100011111000001011101110110111011101001111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680730; }

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

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

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

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

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

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

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

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