#692F5A

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

Shades of Palatinate Purple #692F5A

Tints of Palatinate Purple #692F5A

Color information

#692F5A (or 0x692F5A) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2F and 5A. RGB value is (105,47,90). Sum of RGB (Red+Green+Blue) = 105+47+90=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #692F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692F5A is #96D0A5. Grayscale: #454545. Windows color (decimal): -9883814 or 5910377. OLE color: 5910377.

HSL color Cylindrical-coordinate representation of color #692F5A: hue angle of 315.52º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F5A is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1054790-
CMYK00.550.140.59
HSL315.52º38.16%29.8%-
HSV(B)315.52º55.24%41.18%-
XYZ8.695.7710.33-
YUV69.24139.72153.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=43.39%
G=19.42%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105479000.550.140.59315.5238.1629.8
Hex692F5A037E3B13c261e
Octal1515713206716734744636
Binary110100110111110110100110111111011101110011110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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