#691167

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

Shades of Palatinate Purple #691167

Tints of Palatinate Purple #691167

Color information

#691167 (or 0x691167) is unknown color: approx Palatinate Purple. HEX triplet: 69, 11 and 67. RGB value is (105,17,103). Sum of RGB (Red+Green+Blue) = 105+17+103=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691167 is #96EE98. Grayscale: #343434. Windows color (decimal): -9891481 or 6754665. OLE color: 6754665.

HSL color Cylindrical-coordinate representation of color #691167: hue angle of 301.36º 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 #691167 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10517103-
CMYK00.840.020.59
HSL301.36º72.13%23.92%-
HSV(B)301.36º83.81%41.18%-
XYZ8.474.3813.23-
YUV53.12156.15165.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=46.67%
G=7.56%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051710300.840.020.59301.3672.1323.92
Hex69116705423B12d4818
Octal15121147012427345511030
Binary11010011000111001110101010010111011100101101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691167; }

 p { color: rgb(105,17,103); }

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

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

 a { background-color: rgb(105,17,103); }

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

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

 span { border-color: rgb(105,17,103); }

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