#680732

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

Shades of Tyrian Purple #680732

Tints of Tyrian Purple #680732

Color information

#680732 (or 0x680732) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 32. RGB value is (104,7,50). Sum of RGB (Red+Green+Blue) = 104+7+50=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #680732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680732 is #97F8CD. Grayscale: #282828. Windows color (decimal): -9959630 or 3278696. OLE color: 3278696.

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

Color convert

RGB104750-
CMYK00.930.520.59
HSL333.4º87.39%21.76%-
HSV(B)333.4º93.27%40.78%-
XYZ6.363.333.32-
YUV40.9133.14173-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.60%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 50 (19.92% from 255) = 31.06%
R=64.60%
G=4.35%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10475000.930.520.59333.487.3921.76
Hex6873205D343B14d5716
Octal1507620135647351512726
Binary110100011111001001011101110100111011101001101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680732; }

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

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

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

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

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

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

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

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