#691A6C

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

Shades of Palatinate Purple #691A6C

Tints of Palatinate Purple #691A6C

Color information

#691A6C (or 0x691A6C) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1A and 6C. RGB value is (105,26,108). Sum of RGB (Red+Green+Blue) = 105+26+108=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #691A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A6C is #96E593. Grayscale: #3A3A3A. Windows color (decimal): -9889172 or 7084649. OLE color: 7084649.

HSL color Cylindrical-coordinate representation of color #691A6C: hue angle of 297.8º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691A6C is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10526108-
CMYK0.030.7600.58
HSL297.8º61.19%26.27%-
HSV(B)297.8º75.93%42.35%-
XYZ8.94.8214.65-
YUV58.97155.67160.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=43.93%
G=10.88%
B=45.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105261080.030.7600.58297.861.1926.27
Hex691A6C34C03A12a3d1a
Octal1513215431140724527532
Binary1101001110101101100111001100011101010010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,26,108); }

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

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

 a { background-color: rgb(105,26,108); }

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

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

 span { border-color: rgb(105,26,108); }

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