#690964

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

Shades of Palatinate Purple #690964

Tints of Palatinate Purple #690964

Color information

#690964 (or 0x690964) is unknown color: approx Palatinate Purple. HEX triplet: 69, 09 and 64. RGB value is (105,9,100). Sum of RGB (Red+Green+Blue) = 105+9+100=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #690964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690964 is #96F69B. Grayscale: #2F2F2F. Windows color (decimal): -9893532 or 6556009. OLE color: 6556009.

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

Color convert

RGB1059100-
CMYK00.910.050.59
HSL303.12º84.21%22.35%-
HSV(B)303.12º91.43%41.18%-
XYZ8.224.1212.42-
YUV48.08157.3168.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=49.07%
G=4.21%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105910000.910.050.59303.1284.2122.35
Hex6996405B53B12f5416
Octal15111144013357345712426
Binary11010011001110010001011011101111011100101111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690964; }

 p { color: rgb(105,9,100); }

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

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

 a { background-color: rgb(105,9,100); }

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

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

 span { border-color: rgb(105,9,100); }

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