#690662

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

Shades of Palatinate Purple #690662

Tints of Palatinate Purple #690662

Color information

#690662 (or 0x690662) is unknown color: approx Palatinate Purple. HEX triplet: 69, 06 and 62. RGB value is (105,6,98). Sum of RGB (Red+Green+Blue) = 105+6+98=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690662 is #96F99D. Grayscale: #2D2D2D. Windows color (decimal): -9894302 or 6424169. OLE color: 6424169.

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

Color convert

RGB105698-
CMYK00.940.070.59
HSL304.24º89.19%21.76%-
HSV(B)304.24º94.29%41.18%-
XYZ8.14.0211.9-
YUV46.09157.3170.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=50.24%
G=2.87%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10569800.940.070.59304.2489.1921.76
Hex6966205E73B1305916
Octal1516142013677346013126
Binary1101001110110001001011110111111011100110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690662; }

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

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

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

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

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

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

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

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