#680735

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

Shades of Tyrian Purple #680735

Tints of Tyrian Purple #680735

Color information

#680735 (or 0x680735) is unknown color: approx Tyrian Purple. HEX triplet: 68, 07 and 35. RGB value is (104,7,53). Sum of RGB (Red+Green+Blue) = 104+7+53=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #680735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680735 is #97F8CA. Grayscale: #292929. Windows color (decimal): -9959627 or 3475304. OLE color: 3475304.

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

Color convert

RGB104753-
CMYK00.930.490.59
HSL331.55º87.39%21.76%-
HSV(B)331.55º93.27%40.78%-
XYZ6.433.353.68-
YUV41.25134.64172.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=63.41%
G=4.27%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10475300.930.490.59331.5587.3921.76
Hex6873505D313B14c5716
Octal1507650135617351412726
Binary110100011111010101011101110001111011101001100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680735; }

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

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

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

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

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

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

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

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