#681063

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

Shades of Palatinate Purple #681063

Tints of Palatinate Purple #681063

Color information

#681063 (or 0x681063) is unknown color: approx Palatinate Purple. HEX triplet: 68, 10 and 63. RGB value is (104,16,99). Sum of RGB (Red+Green+Blue) = 104+16+99=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681063 is #97EF9C. Grayscale: #333333. Windows color (decimal): -9957277 or 6492264. OLE color: 6492264.

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

Color convert

RGB1041699-
CMYK00.850.050.59
HSL303.41º73.33%23.53%-
HSV(B)303.41º84.62%40.78%-
XYZ8.154.2112.19-
YUV51.77154.65165.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=47.49%
G=7.31%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104169900.850.050.59303.4173.3323.53
Hex68106305553B12f4918
Octal15020143012557345711130
Binary110100010000110001101010101101111011100101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681063; }

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

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

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

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

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

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

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

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