#691063

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

Shades of Palatinate Purple #691063

Tints of Palatinate Purple #691063

Color information

#691063 (or 0x691063) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 63. RGB value is (105,16,99). Sum of RGB (Red+Green+Blue) = 105+16+99=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #691063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691063 is #96EF9C. Grayscale: #333333. Windows color (decimal): -9891741 or 6492265. OLE color: 6492265.

HSL color Cylindrical-coordinate representation of color #691063: hue angle of 304.04º degrees, saturation: 0.74, 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 #691063 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1051699-
CMYK00.850.060.59
HSL304.04º73.55%23.73%-
HSV(B)304.04º84.76%41.18%-
XYZ8.264.2712.19-
YUV52.07154.49165.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 16 (6.64% from 255) = 7.27%
BLUE value IS 99 (39.06% from 255) = 45%
R=47.73%
G=7.27%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105169900.850.060.59304.0473.5523.73
Hex69106305563B1304a18
Octal15120143012567346011230
Binary110100110000110001101010101110111011100110000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691063; }

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

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

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

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

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

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

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

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