#692D5A

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

Shades of Palatinate Purple #692D5A

Tints of Palatinate Purple #692D5A

Color information

#692D5A (or 0x692D5A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2D and 5A. RGB value is (105,45,90). Sum of RGB (Red+Green+Blue) = 105+45+90=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #692D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692D5A is #96D2A5. Grayscale: #434343. Windows color (decimal): -9884326 or 5909865. OLE color: 5909865.

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

Color convert

RGB1054590-
CMYK00.570.140.59
HSL315º40%29.41%-
HSV(B)315º57.14%41.18%-
XYZ8.615.6210.3-
YUV68.07140.38154.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 45 (17.97% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=43.75%
G=18.75%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105459000.570.140.593154029.41
Hex692D5A039E3B13b281d
Octal1515513207116734735035
Binary110100110110110110100111001111011101110011101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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