#680F61

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

Shades of Palatinate Purple #680F61

Tints of Palatinate Purple #680F61

Color information

#680F61 (or 0x680F61) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0F and 61. RGB value is (104,15,97). Sum of RGB (Red+Green+Blue) = 104+15+97=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #680F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F61 is #97F09E. Grayscale: #323232. Windows color (decimal): -9957535 or 6360936. OLE color: 6360936.

HSL color Cylindrical-coordinate representation of color #680F61: hue angle of 304.72º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F61 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1041597-
CMYK00.860.070.59
HSL304.72º74.79%23.33%-
HSV(B)304.72º85.58%40.78%-
XYZ8.044.1511.69-
YUV50.96153.99165.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=48.15%
G=6.94%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104159700.860.070.59304.7274.7923.33
Hex68F6105673B1314b17
Octal15017141012677346111327
Binary11010001111110000101010110111111011100110001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680F61; }

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

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

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

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

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

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

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

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