#690665

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

Shades of Palatinate Purple #690665

Tints of Palatinate Purple #690665

Color information

#690665 (or 0x690665) is unknown color: approx Palatinate Purple. HEX triplet: 69, 06 and 65. RGB value is (105,6,101). Sum of RGB (Red+Green+Blue) = 105+6+101=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #690665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690665 is #96F99A. Grayscale: #2E2E2E. Windows color (decimal): -9894299 or 6620777. OLE color: 6620777.

HSL color Cylindrical-coordinate representation of color #690665: hue angle of 302.42º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690665 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB1056101-
CMYK00.940.040.59
HSL302.42º89.19%21.76%-
HSV(B)302.42º94.29%41.18%-
XYZ8.244.0712.66-
YUV46.43158.8169.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 6 (2.73% from 255) = 2.83%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=49.53%
G=2.83%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105610100.940.040.59302.4289.1921.76
Hex6966505E43B12e5916
Octal1516145013647345613126
Binary1101001110110010101011110100111011100101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690665; }

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

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

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

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

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

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

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

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