#691660

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

Shades of Palatinate Purple #691660

Tints of Palatinate Purple #691660

Color information

#691660 (or 0x691660) is unknown color: approx Palatinate Purple. HEX triplet: 69, 16 and 60. RGB value is (105,22,96). Sum of RGB (Red+Green+Blue) = 105+22+96=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #691660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691660 is #96E99F. Grayscale: #373737. Windows color (decimal): -9890208 or 6297193. OLE color: 6297193.

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

Color convert

RGB1052296-
CMYK00.790.090.59
HSL306.51º65.35%24.9%-
HSV(B)306.51º79.05%41.18%-
XYZ8.224.4211.49-
YUV55.25151163.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=47.09%
G=9.87%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105229600.790.090.59306.5165.3524.9
Hex69166004F93B1334119
Octal151261400117117346310131
Binary1101001101101100000010011111001111011100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691660; }

 p { color: rgb(105,22,96); }

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

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

 a { background-color: rgb(105,22,96); }

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

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

 span { border-color: rgb(105,22,96); }

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