#692E59

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

Shades of Palatinate Purple #692E59

Tints of Palatinate Purple #692E59

Color information

#692E59 (or 0x692E59) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2E and 59. RGB value is (105,46,89). Sum of RGB (Red+Green+Blue) = 105+46+89=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #692E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E59 is #96D1A6. Grayscale: #444444. Windows color (decimal): -9884071 or 5844585. OLE color: 5844585.

HSL color Cylindrical-coordinate representation of color #692E59: hue angle of 316.27º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #692E59 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1054689-
CMYK00.560.150.59
HSL316.27º39.07%29.61%-
HSV(B)316.27º56.19%41.18%-
XYZ8.615.6810.09-
YUV68.54139.55154-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=43.75%
G=19.17%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105468900.560.150.59316.2739.0729.61
Hex692E59038F3B13c271e
Octal1515613107017734744736
Binary110100110111010110010111000111111101110011110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692E59; }

 p { color: rgb(105,46,89); }

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

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

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

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

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

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

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