#692E62

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

Shades of Palatinate Purple #692E62

Tints of Palatinate Purple #692E62

Color information

#692E62 (or 0x692E62) is unknown color: approx Palatinate Purple. HEX triplet: 69, 2E and 62. RGB value is (105,46,98). Sum of RGB (Red+Green+Blue) = 105+46+98=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #692E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692E62 is #96D19D. Grayscale: #454545. Windows color (decimal): -9884062 or 6434409. OLE color: 6434409.

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

Color convert

RGB1054698-
CMYK00.560.070.59
HSL307.12º39.07%29.61%-
HSV(B)307.12º56.19%41.18%-
XYZ9.015.8412.21-
YUV69.57144.05153.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.17%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=42.17%
G=18.47%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105469800.560.070.59307.1239.0729.61
Hex692E6203873B133271e
Octal151561420707734634736
Binary11010011011101100010011100011111101110011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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