#692169

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

Shades of Palatinate Purple #692169

Tints of Palatinate Purple #692169

Color information

#692169 (or 0x692169) is unknown color: approx Palatinate Purple. HEX triplet: 69, 21 and 69. RGB value is (105,33,105). Sum of RGB (Red+Green+Blue) = 105+33+105=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #692169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692169 is #96DE96. Grayscale: #3E3E3E. Windows color (decimal): -9887383 or 6889833. OLE color: 6889833.

HSL color Cylindrical-coordinate representation of color #692169: hue angle of 300º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692169 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10533105-
CMYK00.6900.59
HSL300º52.17%27.06%-
HSV(B)300º68.57%41.18%-
XYZ8.925.1113.88-
YUV62.74151.85158.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=43.21%
G=13.58%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053310500.6900.5930052.1727.06
Hex69216904503B12c341b
Octal1514115101050734546433
Binary1101001100001110100101000101011101110010110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692169; }

 p { color: rgb(105,33,105); }

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

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

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

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

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

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

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