#691E66

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

Shades of Palatinate Purple #691E66

Tints of Palatinate Purple #691E66

Color information

#691E66 (or 0x691E66) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1E and 66. RGB value is (105,30,102). Sum of RGB (Red+Green+Blue) = 105+30+102=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #691E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691E66 is #96E199. Grayscale: #3C3C3C. Windows color (decimal): -9888154 or 6692457. OLE color: 6692457.

HSL color Cylindrical-coordinate representation of color #691E66: hue angle of 302.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E66 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10530102-
CMYK00.710.030.59
HSL302.4º55.56%26.47%-
HSV(B)302.4º71.43%41.18%-
XYZ8.694.8913.06-
YUV60.63151.35159.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 30 (12.11% from 255) = 12.66%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=44.30%
G=12.66%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053010200.710.030.59302.455.5626.47
Hex691E6604733B12e381a
Octal1513614601073734567032
Binary1101001111101100110010001111111101110010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691E66; }

 p { color: rgb(105,30,102); }

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

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

 a { background-color: rgb(105,30,102); }

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

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

 span { border-color: rgb(105,30,102); }

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