#691C61

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

Shades of Palatinate Purple #691C61

Tints of Palatinate Purple #691C61

Color information

#691C61 (or 0x691C61) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1C and 61. RGB value is (105,28,97). Sum of RGB (Red+Green+Blue) = 105+28+97=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #691C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C61 is #96E39E. Grayscale: #3A3A3A. Windows color (decimal): -9888671 or 6364265. OLE color: 6364265.

HSL color Cylindrical-coordinate representation of color #691C61: hue angle of 306.23º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C61 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1052897-
CMYK00.730.080.59
HSL306.23º57.89%26.08%-
HSV(B)306.23º73.33%41.18%-
XYZ8.44.711.77-
YUV58.89149.51160.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=45.65%
G=12.17%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105289700.730.080.59306.2357.8926.08
Hex691C6104983B1323a1a
Octal15134141011110734627232
Binary110100111100110000101001001100011101110011001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C61; }

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

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

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

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

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

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

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

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