#691665

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

Shades of Palatinate Purple #691665

Tints of Palatinate Purple #691665

Color information

#691665 (or 0x691665) is unknown color: approx Palatinate Purple. HEX triplet: 69, 16 and 65. RGB value is (105,22,101). Sum of RGB (Red+Green+Blue) = 105+22+101=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #691665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691665 is #96E99A. Grayscale: #373737. Windows color (decimal): -9890203 or 6624873. OLE color: 6624873.

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

Color convert

RGB10522101-
CMYK00.790.040.59
HSL302.89º65.35%24.9%-
HSV(B)302.89º79.05%41.18%-
XYZ8.464.5212.74-
YUV55.82153.5163.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=46.05%
G=9.65%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052210100.790.040.59302.8965.3524.9
Hex69166504F43B12f4119
Octal15126145011747345710131
Binary110100110110110010101001111100111011100101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691665; }

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

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

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

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

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

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

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

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