#691165

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

Shades of Palatinate Purple #691165

Tints of Palatinate Purple #691165

Color information

#691165 (or 0x691165) is unknown color: approx Palatinate Purple. HEX triplet: 69, 11 and 65. RGB value is (105,17,101). Sum of RGB (Red+Green+Blue) = 105+17+101=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691165 is #96EE9A. Grayscale: #343434. Windows color (decimal): -9891483 or 6623593. OLE color: 6623593.

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

Color convert

RGB10517101-
CMYK00.840.040.59
HSL302.73º72.13%23.92%-
HSV(B)302.73º83.81%41.18%-
XYZ8.384.3412.71-
YUV52.89155.15165.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=47.09%
G=7.62%
B=45.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051710100.840.040.59302.7372.1323.92
Hex69116505443B12f4818
Octal15121145012447345711030
Binary110100110001110010101010100100111011100101111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691165; }

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

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

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

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

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

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

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

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