#680132

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

Shades of Tyrian Purple #680132

Tints of Tyrian Purple #680132

Color information

#680132 (or 0x680132) is unknown color: approx Tyrian Purple. HEX triplet: 68, 01 and 32. RGB value is (104,1,50). Sum of RGB (Red+Green+Blue) = 104+1+50=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680132 is #97FECD. Grayscale: #252525. Windows color (decimal): -9961166 or 3277160. OLE color: 3277160.

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

Color convert

RGB104150-
CMYK00.990.520.59
HSL331.46º98.1%20.59%-
HSV(B)331.46º99.04%40.78%-
XYZ6.33.23.3-
YUV37.38135.12175.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=67.10%
G=0.65%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10415000.990.520.59331.4698.120.59
Hex68132063343B14b6215
Octal1501620143647351314225
Binary1101000111001001100011110100111011101001011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680132; }

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

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

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

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

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

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

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

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