#692C62

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

Shades of Palatinate Purple #692C62

Tints of Palatinate Purple #692C62

Color information

#692C62 (or 0x692C62) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2C and 62. RGB value is (105,44,98). Sum of RGB (Red+Green+Blue) = 105+44+98=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #692C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692C62 is #96D39D. Grayscale: #444444. Windows color (decimal): -9884574 or 6433897. OLE color: 6433897.

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

Color convert

RGB1054498-
CMYK00.580.070.59
HSL306.89º40.94%29.22%-
HSV(B)306.89º58.1%41.18%-
XYZ8.935.6912.18-
YUV68.4144.71154.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=42.51%
G=17.81%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105449800.580.070.59306.8940.9429.22
Hex692C6203A73B133291d
Octal151541420727734635135
Binary11010011011001100010011101011111101110011001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,44,98); }

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

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

 a { background-color: rgb(105,44,98); }

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

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

 span { border-color: rgb(105,44,98); }

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