#681963

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

Shades of Palatinate Purple #681963

Tints of Palatinate Purple #681963

Color information

#681963 (or 0x681963) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 63. RGB value is (104,25,99). Sum of RGB (Red+Green+Blue) = 104+25+99=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #681963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681963 is #97E69C. Grayscale: #383838. Windows color (decimal): -9954973 or 6494568. OLE color: 6494568.

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

Color convert

RGB1042599-
CMYK00.760.050.59
HSL303.8º61.24%25.29%-
HSV(B)303.8º75.96%40.78%-
XYZ8.314.5412.24-
YUV57.06151.67161.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=45.61%
G=10.96%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104259900.760.050.59303.861.2425.29
Hex68196304C53B1303d19
Octal1503114301145734607531
Binary11010001100111000110100110010111101110011000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681963; }

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

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

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

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

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

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

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

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