#680F6E

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

Shades of Palatinate Purple #680F6E

Tints of Palatinate Purple #680F6E

Color information

#680F6E (or 0x680F6E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0F and 6E. RGB value is (104,15,110). Sum of RGB (Red+Green+Blue) = 104+15+110=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #680F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F6E is #97F091. Grayscale: #343434. Windows color (decimal): -9957522 or 7212904. OLE color: 7212904.

HSL color Cylindrical-coordinate representation of color #680F6E: hue angle of 296.21º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F6E is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10415110-
CMYK0.050.8600.57
HSL296.21º76%24.51%-
HSV(B)296.21º86.36%43.14%-
XYZ8.694.4115.14-
YUV52.44160.49164.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 110 (43.36% from 255) = 48.03%
R=45.41%
G=6.55%
B=48.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104151100.050.8600.57296.217624.51
Hex68F6E5560391284c19
Octal15017156512607145011431
Binary11010001111110111010110101100111001100101000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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