#692D57

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

Shades of Palatinate Purple #692D57

Tints of Palatinate Purple #692D57

Color information

#692D57 (or 0x692D57) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2D and 57. RGB value is (105,45,87). Sum of RGB (Red+Green+Blue) = 105+45+87=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 105 - color contains mainly: red. Hex color #692D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D57 is #96D2A8. Grayscale: #434343. Windows color (decimal): -9884329 or 5713257. OLE color: 5713257.

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

Color convert

RGB1054587-
CMYK00.570.170.59
HSL318º40%29.41%-
HSV(B)318º57.14%41.18%-
XYZ8.485.579.64-
YUV67.73138.88154.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.30%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=44.30%
G=18.99%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105458700.570.170.593184029.41
Hex692D57039113B13e281d
Octal1515512707121734765035
Binary1101001101101101011101110011000111101110011111010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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