#692261

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

Shades of Palatinate Purple #692261

Tints of Palatinate Purple #692261

Color information

#692261 (or 0x692261) is unknown color: approx Palatinate Purple. HEX triplet: 69, 22 and 61. RGB value is (105,34,97). Sum of RGB (Red+Green+Blue) = 105+34+97=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #692261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692261 is #96DD9E. Grayscale: #3E3E3E. Windows color (decimal): -9887135 or 6365801. OLE color: 6365801.

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

Color convert

RGB1053497-
CMYK00.680.080.59
HSL306.76º51.08%27.25%-
HSV(B)306.76º67.62%41.18%-
XYZ8.565.0111.83-
YUV62.41147.52158.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=44.49%
G=14.41%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105349700.680.080.59306.7651.0827.25
Hex69226104483B133331b
Octal15142141010410734636333
Binary1101001100010110000101000100100011101110011001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692261; }

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

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

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

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

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

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

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

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