#692764

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

Shades of Palatinate Purple #692764

Tints of Palatinate Purple #692764

Color information

#692764 (or 0x692764) is unknown color: approx Palatinate Purple. HEX triplet: 69, 27 and 64. RGB value is (105,39,100). Sum of RGB (Red+Green+Blue) = 105+39+100=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #692764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692764 is #96D89B. Grayscale: #414141. Windows color (decimal): -9885852 or 6563689. OLE color: 6563689.

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

Color convert

RGB10539100-
CMYK00.630.050.59
HSL304.55º45.83%28.24%-
HSV(B)304.55º62.86%41.18%-
XYZ8.855.3712.63-
YUV65.69147.37156.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=43.03%
G=15.98%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053910000.630.050.59304.5545.8328.24
Hex69276403F53B1312e1c
Octal151471440775734615634
Binary11010011001111100100011111110111101110011000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692764; }

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

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

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

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

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

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

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

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