#692761

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

Shades of Palatinate Purple #692761

Tints of Palatinate Purple #692761

Color information

#692761 (or 0x692761) is unknown color: approx Palatinate Purple. HEX triplet: 69, 27 and 61. RGB value is (105,39,97). Sum of RGB (Red+Green+Blue) = 105+39+97=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #692761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692761 is #96D89E. Grayscale: #414141. Windows color (decimal): -9885855 or 6367081. OLE color: 6367081.

HSL color Cylindrical-coordinate representation of color #692761: hue angle of 307.27º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #692761 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1053997-
CMYK00.630.080.59
HSL307.27º45.83%28.24%-
HSV(B)307.27º62.86%41.18%-
XYZ8.715.3211.88-
YUV65.35145.87156.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=43.57%
G=16.18%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105399700.630.080.59307.2745.8328.24
Hex69276103F83B1332e1c
Octal1514714107710734635634
Binary110100110011111000010111111100011101110011001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692761; }

 p { color: rgb(105,39,97); }

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

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

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

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

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

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

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