#692957

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

Shades of Palatinate Purple #692957

Tints of Palatinate Purple #692957

Color information

#692957 (or 0x692957) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 57. RGB value is (105,41,87). Sum of RGB (Red+Green+Blue) = 105+41+87=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #692957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692957 is #96D6A8. Grayscale: #414141. Windows color (decimal): -9885353 or 5712233. OLE color: 5712233.

HSL color Cylindrical-coordinate representation of color #692957: hue angle of 316.88º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692957 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1054187-
CMYK00.610.170.59
HSL316.88º43.84%28.63%-
HSV(B)316.88º60.95%41.18%-
XYZ8.345.289.6-
YUV65.38140.2156.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 41 (16.41% from 255) = 17.60%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=45.06%
G=17.60%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105418700.610.170.59316.8843.8428.63
Hex69295703D113B13d2c1d
Octal1515112707521734755435
Binary1101001101001101011101111011000111101110011110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692957; }

 p { color: rgb(105,41,87); }

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

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

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

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

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

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

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