#680A56

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

Shades of Palatinate Purple #680A56

Tints of Palatinate Purple #680A56

Color information

#680A56 (or 0x680A56) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0A and 56. RGB value is (104,10,86). Sum of RGB (Red+Green+Blue) = 104+10+86=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A56 is #97F5A9. Grayscale: #2E2E2E. Windows color (decimal): -9958826 or 5638760. OLE color: 5638760.

HSL color Cylindrical-coordinate representation of color #680A56: hue angle of 311.49º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A56 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1041086-
CMYK00.900.170.59
HSL311.49º82.46%22.35%-
HSV(B)311.49º90.38%40.78%-
XYZ7.53.839.15-
YUV46.77150.14168.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 86 (33.98% from 255) = 43%
R=52%
G=5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104108600.900.170.59311.4982.4622.35
Hex68A5605A113B1375216
Octal150121260132217346712226
Binary1101000101010101100101101010001111011100110111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,86); }

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

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

 a { background-color: rgb(104,10,86); }

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

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

 span { border-color: rgb(104,10,86); }

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