#692962

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

Shades of Palatinate Purple #692962

Tints of Palatinate Purple #692962

Color information

#692962 (or 0x692962) is unknown color: approx Palatinate Purple. HEX triplet: 69, 29 and 62. RGB value is (105,41,98). Sum of RGB (Red+Green+Blue) = 105+41+98=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #692962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692962 is #96D69D. Grayscale: #424242. Windows color (decimal): -9885342 or 6433129. OLE color: 6433129.

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

Color convert

RGB1054198-
CMYK00.610.070.59
HSL306.56º43.84%28.63%-
HSV(B)306.56º60.95%41.18%-
XYZ8.825.4712.15-
YUV66.63145.7155.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=43.03%
G=16.80%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105419800.610.070.59306.5643.8428.63
Hex69296203D73B1332c1d
Octal151511420757734635435
Binary11010011010011100010011110111111101110011001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692962; }

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

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

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

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

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

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

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

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