#681366

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

Shades of Palatinate Purple #681366

Tints of Palatinate Purple #681366

Color information

#681366 (or 0x681366) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 66. RGB value is (104,19,102). Sum of RGB (Red+Green+Blue) = 104+19+102=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681366 is #97EC99. Grayscale: #353535. Windows color (decimal): -9956506 or 6689640. OLE color: 6689640.

HSL color Cylindrical-coordinate representation of color #681366: hue angle of 301.41º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681366 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10419102-
CMYK00.820.020.59
HSL301.41º69.11%24.12%-
HSV(B)301.41º81.73%40.78%-
XYZ8.344.3712.97-
YUV53.88155.16163.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=46.22%
G=8.44%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041910200.820.020.59301.4169.1124.12
Hex68136605223B12d4518
Octal15023146012227345510530
Binary11010001001111001100101001010111011100101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681366; }

 p { color: rgb(104,19,102); }

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

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

 a { background-color: rgb(104,19,102); }

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

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

 span { border-color: rgb(104,19,102); }

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