#680335

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

Shades of Tyrian Purple #680335

Tints of Tyrian Purple #680335

Color information

#680335 (or 0x680335) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 35. RGB value is (104,3,53). Sum of RGB (Red+Green+Blue) = 104+3+53=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #680335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680335 is #97FCCA. Grayscale: #262626. Windows color (decimal): -9960651 or 3474280. OLE color: 3474280.

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

Color convert

RGB104353-
CMYK00.970.490.59
HSL330.3º94.39%20.98%-
HSV(B)330.3º97.12%40.78%-
XYZ6.383.273.66-
YUV38.9135.96174.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=65%
G=1.88%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10435300.970.490.59330.394.3920.98
Hex68335061313B14a5e15
Octal1503650141617351213625
Binary11010001111010101100001110001111011101001010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680335; }

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

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

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

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

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

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

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

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