#692964

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

Shades of Palatinate Purple #692964

Tints of Palatinate Purple #692964

Color information

#692964 (or 0x692964) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 64. RGB value is (105,41,100). Sum of RGB (Red+Green+Blue) = 105+41+100=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #692964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692964 is #96D69B. Grayscale: #424242. Windows color (decimal): -9885340 or 6564201. OLE color: 6564201.

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

Color convert

RGB10541100-
CMYK00.610.050.59
HSL304.69º43.84%28.63%-
HSV(B)304.69º60.95%41.18%-
XYZ8.925.5112.65-
YUV66.86146.7155.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=42.68%
G=16.67%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1054110000.610.050.59304.6943.8428.63
Hex69296403D53B1312c1d
Octal151511440755734615435
Binary11010011010011100100011110110111101110011000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692964; }

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

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

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

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

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

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

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

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