#692F5B

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

Shades of Palatinate Purple #692F5B

Tints of Palatinate Purple #692F5B

Color information

#692F5B (or 0x692F5B) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2F and 5B. RGB value is (105,47,91). Sum of RGB (Red+Green+Blue) = 105+47+91=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #692F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692F5B is #96D0A4. Grayscale: #454545. Windows color (decimal): -9883813 or 5975913. OLE color: 5975913.

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

Color convert

RGB1054791-
CMYK00.550.130.59
HSL314.48º38.16%29.8%-
HSV(B)314.48º55.24%41.18%-
XYZ8.735.7910.56-
YUV69.36140.22153.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=43.21%
G=19.34%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105479100.550.130.59314.4838.1629.8
Hex692F5B037D3B13a261e
Octal1515713306715734724636
Binary110100110111110110110110111110111101110011101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,47,91); }

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

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

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

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

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

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

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