#692061

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

Shades of Palatinate Purple #692061

Tints of Palatinate Purple #692061

Color information

#692061 (or 0x692061) is unknown color: approx Palatinate Purple. HEX triplet: 69, 20 and 61. RGB value is (105,32,97). Sum of RGB (Red+Green+Blue) = 105+32+97=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #692061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692061 is #96DF9E. Grayscale: #3D3D3D. Windows color (decimal): -9887647 or 6365289. OLE color: 6365289.

HSL color Cylindrical-coordinate representation of color #692061: hue angle of 306.58º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692061 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1053297-
CMYK00.700.080.59
HSL306.58º53.28%26.86%-
HSV(B)306.58º69.52%41.18%-
XYZ8.54.911.81-
YUV61.24148.18159.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=44.87%
G=13.68%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105329700.700.080.59306.5853.2826.86
Hex69206104683B133351b
Octal15140141010610734636533
Binary1101001100000110000101000110100011101110011001111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692061; }

 p { color: rgb(105,32,97); }

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

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

 a { background-color: rgb(105,32,97); }

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

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

 span { border-color: rgb(105,32,97); }

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