#681163

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

Shades of Palatinate Purple #681163

Tints of Palatinate Purple #681163

Color information

#681163 (or 0x681163) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 63. RGB value is (104,17,99). Sum of RGB (Red+Green+Blue) = 104+17+99=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #681163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681163 is #97EE9C. Grayscale: #343434. Windows color (decimal): -9957021 or 6492520. OLE color: 6492520.

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

Color convert

RGB1041799-
CMYK00.840.050.59
HSL303.45º71.9%23.73%-
HSV(B)303.45º83.65%40.78%-
XYZ8.164.2412.19-
YUV52.36154.32164.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 17 (7.03% from 255) = 7.73%
BLUE value IS 99 (39.06% from 255) = 45%
R=47.27%
G=7.73%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179900.840.050.59303.4571.923.73
Hex68116305453B12f4818
Octal15021143012457345711030
Binary110100010001110001101010100101111011100101111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681163; }

 p { color: rgb(104,17,99); }

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

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

 a { background-color: rgb(104,17,99); }

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

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

 span { border-color: rgb(104,17,99); }

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