#691966

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

Shades of Palatinate Purple #691966

Tints of Palatinate Purple #691966

Color information

#691966 (or 0x691966) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 66. RGB value is (105,25,102). Sum of RGB (Red+Green+Blue) = 105+25+102=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #691966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691966 is #96E699. Grayscale: #393939. Windows color (decimal): -9889434 or 6691177. OLE color: 6691177.

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

Color convert

RGB10525102-
CMYK00.760.030.59
HSL302.25º61.54%25.49%-
HSV(B)302.25º76.19%41.18%-
XYZ8.574.6613.02-
YUV57.7153161.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=45.26%
G=10.78%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052510200.760.030.59302.2561.5425.49
Hex69196604C33B12e3e19
Octal1513114601143734567631
Binary1101001110011100110010011001111101110010111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691966; }

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

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

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

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

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

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

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

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