#692e57

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

Shades of Palatinate Purple #692E57

Tints of Palatinate Purple #692E57

Color information

#692E57 (or 0x692E57) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2E and 57. RGB value is (105,46,87). Sum of RGB (Red+Green+Blue) = 105+46+87=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #692E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E57 is #96D1A8. Grayscale: #444444. Windows color (decimal): -9884073 or 5713513. OLE color: 5713513.

HSL color Cylindrical-coordinate representation of color #692E57: hue angle of 318.31º 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 #692E57 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1054687-
CMYK00.560.170.59
HSL318.31º39.07%29.61%-
HSV(B)318.31º56.19%41.18%-
XYZ8.525.659.66-
YUV68.32138.55154.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=44.12%
G=19.33%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105468700.560.170.59318.3139.0729.61
Hex692E57038113B13e271e
Octal1515612707021734764736
Binary1101001101110101011101110001000111101110011111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692e57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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