#680535

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

Shades of Tyrian Purple #680535

Tints of Tyrian Purple #680535

Color information

#680535 (or 0x680535) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 35. RGB value is (104,5,53). Sum of RGB (Red+Green+Blue) = 104+5+53=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #680535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680535 is #97FACA. Grayscale: #272727. Windows color (decimal): -9960139 or 3474792. OLE color: 3474792.

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

Color convert

RGB104553-
CMYK00.950.490.59
HSL330.91º90.83%21.37%-
HSV(B)330.91º95.19%40.78%-
XYZ6.413.313.67-
YUV40.07135.3173.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=64.20%
G=3.09%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10455300.950.490.59330.9190.8321.37
Hex6853505F313B14b5b15
Octal1505650137617351313325
Binary110100010111010101011111110001111011101001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680535; }

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

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

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

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

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

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

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

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