#680035

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

Shades of Tyrian Purple #680035

Tints of Tyrian Purple #680035

Color information

#680035 (or 0x680035) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 35. RGB value is (104,0,53). Sum of RGB (Red+Green+Blue) = 104+0+53=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680035 is #97FFCA. Grayscale: #252525. Windows color (decimal): -9961419 or 3473512. OLE color: 3473512.

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

Color convert

RGB104053-
CMYK010.490.59
HSL329.42º100%20.39%-
HSV(B)329.42º100%40.78%-
XYZ6.353.23.65-
YUV37.14136.96175.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=66.24%
G=0%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104053010.490.59329.4210020.39
Hex68035064313B1496414
Octal1500650144617351114424
Binary1101000011010101100100110001111011101001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680035; }

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

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

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

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

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

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

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

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