#680161

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

Shades of Palatinate Purple #680161

Tints of Palatinate Purple #680161

Color information

#680161 (or 0x680161) is unknown color: approx Palatinate Purple. HEX triplet: 68, 01 and 61. RGB value is (104,1,97). Sum of RGB (Red+Green+Blue) = 104+1+97=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #680161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680161 is #97FE9E. Grayscale: #2A2A2A. Windows color (decimal): -9961119 or 6357352. OLE color: 6357352.

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

Color convert

RGB104197-
CMYK00.990.070.59
HSL304.08º98.1%20.59%-
HSV(B)304.08º99.04%40.78%-
XYZ7.883.8311.63-
YUV42.74158.62171.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=51.49%
G=0.50%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10419700.990.070.59304.0898.120.59
Hex6816106373B1306215
Octal1501141014377346014225
Binary11010001110000101100011111111011100110000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680161; }

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

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

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

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

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

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

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

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