#692069

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

Shades of Palatinate Purple #692069

Tints of Palatinate Purple #692069

Color information

#692069 (or 0x692069) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 69. RGB value is (105,32,105). Sum of RGB (Red+Green+Blue) = 105+32+105=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #692069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692069 is #96DF96. Grayscale: #3D3D3D. Windows color (decimal): -9887639 or 6889577. OLE color: 6889577.

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

Color convert

RGB10532105-
CMYK00.7000.59
HSL300º53.28%26.86%-
HSV(B)300º69.52%41.18%-
XYZ8.895.0613.87-
YUV62.15152.18158.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=43.39%
G=13.22%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1053210500.7000.5930053.2826.86
Hex69206904603B12c351b
Octal1514015101060734546533
Binary1101001100000110100101000110011101110010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692069; }

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

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

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

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

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

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

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

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