#681565

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

Shades of Palatinate Purple #681565

Tints of Palatinate Purple #681565

Color information

#681565 (or 0x681565) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 65. RGB value is (104,21,101). Sum of RGB (Red+Green+Blue) = 104+21+101=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #681565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681565 is #97EA9A. Grayscale: #363636. Windows color (decimal): -9955995 or 6624616. OLE color: 6624616.

HSL color Cylindrical-coordinate representation of color #681565: hue angle of 302.17º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681565 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10421101-
CMYK00.800.030.59
HSL302.17º66.4%24.51%-
HSV(B)302.17º79.81%40.78%-
XYZ8.334.4212.73-
YUV54.94154163-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=46.02%
G=9.29%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042110100.800.030.59302.1766.424.51
Hex68156505033B12e4219
Octal15025145012037345610231
Binary11010001010111001010101000011111011100101110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681565; }

 p { color: rgb(104,21,101); }

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

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

 a { background-color: rgb(104,21,101); }

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

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

 span { border-color: rgb(104,21,101); }

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