#692066

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

Shades of Palatinate Purple #692066

Tints of Palatinate Purple #692066

Color information

#692066 (or 0x692066) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 66. RGB value is (105,32,102). Sum of RGB (Red+Green+Blue) = 105+32+102=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #692066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692066 is #96DF99. Grayscale: #3D3D3D. Windows color (decimal): -9887642 or 6692969. OLE color: 6692969.

HSL color Cylindrical-coordinate representation of color #692066: hue angle of 302.47º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692066 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10532102-
CMYK00.700.030.59
HSL302.47º53.28%26.86%-
HSV(B)302.47º69.52%41.18%-
XYZ8.74513.07-
YUV61.81150.68158.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=43.93%
G=13.39%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053210200.700.030.59302.4753.2826.86
Hex69206604633B12e351b
Octal1514014601063734566533
Binary11010011000001100110010001101111101110010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692066; }

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

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

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

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

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

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

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

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